Markdown Preview 0.0.23
Fenced code blocks that carry extra metadata after the language now render the way they should.
Fixed
- Fenced code blocks with info-string metadata render correctly. Only the first word of a fenced code block's info string is treated as the language, so blocks like
```mermaid {theme=dark}or```swift title="example.swift"are recognized properly and Mermaid diagrams and math decorators are no longer broken by trailing metadata (#109).
Contributors
Thanks to the external contributors who shipped in this release:
- @jphastings — fenced code block info-string language handling (#109)