DavidWells / markdown-magic

💫  Automatically format markdown files via comment blocks using source code, external data & custom transforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown comments are not used.

alexanderkjeldaas opened this issue · comments

The comments used by markdown-magic are visible when converting to PDF, for example using pandoc.

Shouldn't real markdown comments be used? For example this?

Not sure about this one.

The blocks are how everything works.

You can strip out the comments after processing like so: https://github.com/DavidWells/serverless-workshop/blob/master/postDocs.js#L12

Just make sure you output the markdown files to a different output directory so you don't remove the original comments 😁