crystal-gobject icon indicating copy to clipboard operation
crystal-gobject copied to clipboard

Proper parsing of codeblocks in generated documentation

Open watzon opened this issue 5 years ago • 0 comments

Currently code blocks just get left as is, it would be nice to have them parse properly. An example is this:

|[<!-- language="C" --> enum {

PROP_0,
PROP_FOO,
PROP_LAST

}; ]|

It should be possible to get the parser to recognize these blocks and swap them out for proper markdown blocks.

watzon avatar Mar 13 '20 21:03 watzon