markdown-magic
markdown-magic copied to clipboard
Markdown comments are not used.
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 😁