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
I noticed that if embedded code blocks inside of a markdown code fence have different width than a code block… and maybe syntax highlighting is not working?
For example, on https://jsxgraph.mentat.org/ note the different widths between the code fence on top and clojure forms below:
Can we tune this at all?
Re codemirror:
@zampino noted "yeah, fenced or indented code blocks in markdown are rendered with the default code viewer (hence with clojure syntax) but with the width of prose. Now that we have stateless syntax highlighting we could try to load codemirror language support lazily at least for known languages."
The text was updated successfully, but these errors were encountered:
Moved over from a Slack conversation:
I noticed that if embedded code blocks inside of a markdown code fence have different width than a code block… and maybe syntax highlighting is not working?
For example, on https://jsxgraph.mentat.org/ note the different widths between the code fence on top and clojure forms below:
Can we tune this at all?
Re codemirror:
@zampino noted "yeah, fenced or indented code blocks in markdown are rendered with the default code viewer (hence with clojure syntax) but with the width of prose. Now that we have stateless syntax highlighting we could try to load codemirror language support lazily at least for known languages."
The text was updated successfully, but these errors were encountered: