jhass / crystal-gobject

gobject-introspection for Crystal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper parsing of codeblocks in generated documentation

watzon opened this issue · 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.