Markdown Preview 0.0.38
Markdown Preview now speaks Simplified Chinese, and shell code blocks look the same in read mode as they do in the editor.
Added
- Simplified Chinese localization. The menu bar, toolbar, sidebar, inspector, and dynamic prompts are now localized to Simplified Chinese, following the system language or a per-app override in System Settings (#204).
Fixed
- Shell options highlight correctly in read mode. Code fences tagged
shell,sh,zsh, orconsolenow use the same Bash grammar as edit mode, so options like--checkand-qkeep their styling instead of rendering as plain text (#209, #205).
Contributors
Thanks to the external contributors and reporters who helped improve this release:
- @eachann1024 — added Simplified Chinese localization (#204)
- @CreepsoOff — reported the shell option highlighting issue (#205)