Skip to content
Discussion options

You must be logged in to vote

We have these two fixes in the IDE to resolve the problem:

In the meantime, you can workaround this buggy handling of cite brackets by adding the following from field to the document options:

---
title: "My Document"
format: html
from: markdown+tex_math_single_backslash
---

The addition of tex_math_single_backslash effectively turns off the escaping of [ entirely (as allowing this would conflict with the \[ syntax for tex display equations implied by tex_math_single_backslash

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by n8craig
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants