I use libddoc to convert the documentation of functions to markdown to display in a text editor but when there are unknown macros expand simply deletes them out of the string instead of keeping them in (which would be more desirable for when you convert one small chunk of documentation and not having all the macros defined in the file). Adding an option to keep them in would be nice.
I use libddoc to convert the documentation of functions to markdown to display in a text editor but when there are unknown macros
expand
simply deletes them out of the string instead of keeping them in (which would be more desirable for when you convert one small chunk of documentation and not having all the macros defined in the file). Adding an option to keep them in would be nice.ddoc -> md converter: https://github.com/Pure-D/serve-d/blob/master/source/served/ddoc.d#L11 ref https://github.com/Pure-D/serve-d/issues/8