metanorma / coradoc

Coradoc is the Core AsciiDoc Parser used by Metanorma
MIT License
1 stars 4 forks source link

Support for inline elements #31

Open hmdne opened 8 months ago

hmdne commented 8 months ago

Coradoc doesn't support parsing of inline elements, for instance:

webdev778 commented 8 months ago

To implement reverse_adoc in terms of Coradoc, we would need to at least create dummy classes that will handle those inline elements. @ronaldtse

ronaldtse commented 8 months ago

@webdev778 yes we need to add all of these inline elements.

There are additional inline elements, see:

ronaldtse commented 5 months ago

Done.

hmdne commented 3 months ago

This issue is still a work in progress. This is just partially solved for now.