Skip to content

Expand markdown in content files

Matthias Clasen requested to merge markdown-content into master

Here is a quick proof-of-concept patch to recognize .md files in expand_content_files, and run ConvertMarkDown on them. It is not quite as useful as I had hoped, since gtk-doc's markdown support is so limited. And it insists on emitting elements. But its a start.

I tested this by putting test.md in expand_content_files, and then have this in my main xml: Test markdown <xi:include href="xml/test.md" />

Merge request reports