markdown-magic icon indicating copy to clipboard operation
markdown-magic copied to clipboard

Markdown comments are not used.

Open alexanderkjeldaas opened this issue 6 years ago • 1 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?

alexanderkjeldaas avatar Jun 03 '19 06:06 alexanderkjeldaas

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 😁

DavidWells avatar Jun 03 '19 22:06 DavidWells