-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{.example}
header attribute does not work.
#178
Comments
Problem with implementing this is that the LwDITA spec uses attribute lists only for the example section and only for the single class value ## Title {.other} This needs to be parsed as <section>
<title>Title {.other}</title>
</section> Adding support for one magic token is more difficult than just supporting attribute lists everywhere and ignoring everything except Ping @fwegmann |
True. Thanks for alerting me, Jarno. |
Hi @fwegmann, sorry we haven't touched base since Rotterdam. Nokia plans to use attribute lists everywhere we possibly can to improve semantic interoperability between Markdown and DITA. We're creating a collection of vs-code snippets with attribute lists that are available to R&D Markdown authors. We're also developing our own Markdown schema providers using the new extension mechanism Jarno added to the lwdita plugin so we the option to override or complement the default behavior to control which Markdown constructs get converted to which DITA elements and attributes. I have it on my todo list to watch the recording of your CIDM webinar this week. |
I guess I missed the invite to the last OASIS LwDITA mtg on Aug 21st. Apologies. Last month, we did successfully implement our first schema-driven LwDITA extension to convert a specific YAML metadata name "usecase" into our DITA |
@jelovirt In the Lightweight DITA meeting on Nov 13, we decided to remove the Pandoc-style heading attribute {.example}. We plan to look at this again in the future, but it is gone for now. If someone needs something like the example element in Lightweight DITA, they can use a section. Thanks! |
@kirkilj Your activities with Markdown are extremely interesting and we would love to have you at another LwDITA meeting to discuss them. Same for your attribute activities. Also, I did not know there was an extension mechanism in the lwdita plugin and I'm checking it out. |
The LwDITA draft still has |
The draft spec currently says that you can label a Level-2 header as an
<example>
element by applying a Pandoc-style header attribute:{.example}
. This does not get converted into a DITA/LwDITA<example>
though:Tested with DITA-OT 4.0.2 and version 5.1.0 of the plugin.
The text was updated successfully, but these errors were encountered: