In this great stackoverflow post I read about making comments in Markdown. I would like to use this to visually structure my jmd
document:
---
title: My Title
output: pdf_document
---
[\\]: # (###########################################)
[\\]: # (Title Page)
[\\]: # (###########################################)
Some text here.
I can weave
this document and get the correct output, but I get warnings
[WARNING] Duplicate link reference '[\\]' at line 8 column 1
[WARNING] Duplicate link reference '[\\]' at line 9 column 1
which I would prefer to avoid.
How can I comment in Julia Markdown without getting warnings?