When I use the heading tags (# ##, etc) using markdown, they are always converted to numbered sections during pdf-latex conversion.
How to indicate unnumbered headings in markdown in Jupyter Notebook (IPython)?
I realize this can be done by adding a '*' right next to each section directly in the latex document, but is there any other way to do this?