Closed Witiko closed 1 week ago
In addition to the LaTeX defaults for renderers produced by option tableAttributes
, as shown in https://github.com/Witiko/markdown/issues/525#issuecomment-2483110635, this PR also adds LaTeX defaults for renderers produced by option bracketedSpans
:
\documentclass{article}
\usepackage[
bracketed_spans,
relative_references,
start_number = false,
]{markdown}
\begin{document}
\begin{markdown}
Demonstration of *bracketed spans* syntax:
1. First item
2. [Second item]{#second-item}
3. Third item
Demonstration of a *relative reference*: See item <#second-item>.
\end{markdown}
\end{document}
[T]his PR also adds LaTeX defaults for renderers produced by option
bracketedSpans
: [...]
As discussed with @MacLotsen at TUG 2024 and with @TeXhackse at matrix.org.
Closes #525.