Commit Graph

3 Commits

Author SHA1 Message Date
Folkert Kevelam
384443692c Add an initial solution to the parsing of definition lists for MDX
MDX does not follow the 'standard' way of parsing defintion lists.
Instead, this commit adds a small filter that basically hacks some
html tags to the source definition list.
2025-06-07 19:41:37 +02:00
Maxim Reznik
1a75f9620f Avoid abbreviations 2025-05-31 14:20:27 +03:00
Folkert Kevelam
1eb07a262c
Add options for multi column code examples (#8)
* Reformat Blocks with a hashed_map

In the package Pandoc a function called `Get_Type()` is defined,
which takes a JSON block and returns the pandoc assigned type.

The main code of the `Traverse_Block` function is changed to
use an enumeration of Pandoc types instead of comparing string.

* Rename Package to reduce text

* Correct indent

* Add functions for creating Div's and Attributes

* Change table with codeblocks to nested div's

* Add sidebar_position for Ada_Style_Guide.mdx
2025-05-31 13:59:57 +03:00