Modified Ordered Lists
#2617
-
In LaTeX I often use the
How would this be done in Quarto? |
Beta Was this translation helpful? Give feedback.
Answered by
cderv
Sep 27, 2022
Replies: 1 comment 1 reply
-
Did you already look at the different Markdown syntax for list ? This is from Pandoc's Markdown feature: https://pandoc.org/MANUAL.html#ordered-lists ---
title: "Test"
format: pdf
---
This is a list
(i) First
(i) Second
(i) Third |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eitanlees
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you already look at the different Markdown syntax for list ?
https://quarto.org/docs/authoring/markdown-basics.html#lists
This is from Pandoc's Markdown feature: https://pandoc.org/MANUAL.html#ordered-lists