Skip to content
Discussion options

You must be logged in to vote

That HTML syntax you want is not a valid list: <ul> elements need to have <li> children. So you can't do what you want, because Pandoc will not emit such lists. However, you can remove the decorations with CSS, by using https://developer.mozilla.org/en-US/docs/Web/CSS/list-style .

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arcaldwell49
Comment options

Answer selected by arcaldwell49
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