Skip to content

Unlisted headers (\section*{}) equivalent #511

Closed Answered by Witiko
jurf asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. After you have enabled the option headerAttributes, you should be able to write either {-} or {.unnumbered} after headings:

\documentclass{article}
\usepackage[headerAttributes]{markdown}
\begin{document}
\begin{markdown}
# Here is a numbered section
## Here is an unnumbered subsection {-}
### This subsection will be unnumbered as well
## Here is a numbered subsection
\end{markdown}
\end{document}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jurf
Comment options

@Witiko
Comment options

@jurf
Comment options

@jurf
Comment options

@Witiko
Comment options

Answer selected by Witiko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #510 on October 07, 2024 19:12.