You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using LazyVim, with the Tex language disabled via :LazyExtras. In my render-markdown config I have
latex = {
enabled = false,
},
Issue (for me): in an .md file buffer if a paragraph's content contains two dollar signs, the dollar signs are not rendered and the text between them is rendered in a small green italic font with spaces omitted. How can I get such text to be rendered normally?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Using LazyVim, with the Tex language disabled via
:LazyExtras
. In myrender-markdown
config I haveIssue (for me): in an .md file buffer if a paragraph's content contains two dollar signs, the dollar signs are not rendered and the text between them is rendered in a small green italic font with spaces omitted. How can I get such text to be rendered normally?
Beta Was this translation helpful? Give feedback.
All reactions