2022-08-06 21:48:43 +03:00
# Changelog
2022-08-16 19:07:24 +03:00
## [2022-08-16]
- fix: 🐛 Fix highlights not rendering correctly when mixed with other formatting.
2022-08-09 23:42:03 +03:00
## [2022-08-11]
- feat: ✨ Users receive a unique error page when opening expired notes vs. wrong URL.
2022-08-07 14:22:39 +03:00
## [2022-08-07]
2022-08-07 14:55:02 +03:00
- fix: 🐛 collapsed/uncollapsed callout syntax now correctly renders as a callout block instead of a block quote.
2022-08-07 14:34:19 +03:00
- fix: 🐛 text highlights (`==highlight==` syntax) are now more legibile in dark mode.
- fix: 🐛 code blocks no longer render as "undefined" for unregistered languages (e.g. Dataview or Toggl query blocks).
2022-08-07 14:22:39 +03:00
2022-08-06 21:48:43 +03:00
## [2022-08-06]
2022-08-07 14:22:39 +03:00
- feat: ✨ Added a changelog page.
- feat: ✨ Added syntax highlighting for code blocks in the 36 most common languages (see [highlight.js ](https://highlightjs.org/download/ ) for the full list).