NEW: comments in pandoc

This commit is contained in:
Jean-Claude 2021-11-24 15:40:04 +01:00
parent 960fa6e3fc
commit 2f2230dffb
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# Pandoc
- Set geometry by using `-V geometry:margin=1in` flag
- Comments:
- Single line with: `[comment]: # (Some comment)`
- Multiple Like:
```
<!---
some
comment
<---
```