remark-comments
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "remark-comments", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": { | ||
@@ -10,3 +10,5 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-comments", | ||
"contributors": [ | ||
"Sébastien (AmarOk) Blin <contact@enconn.fr>" | ||
"Sébastien (AmarOk) Blin <contact@enconn.fr>", | ||
"François (artragis) Dambrine <perso@francoisdambrine.me>", | ||
"Victor Felder <victor@draft.li> (https://draft.li)" | ||
], | ||
@@ -13,0 +15,0 @@ "scripts": { |
@@ -1,1 +0,1 @@ | ||
Remove comments from AST (`<--COMMENTS xxx COMMENTS-->`) | ||
This plugin makes remark ignore comments from Markdown input (`<--COMMENTS xxx COMMENTS-->`) |
3143