diff --git a/README.md b/README.md index b98230348..b0f80ae2e 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ let us know and we'll be happy to include it here! - **D2 Snippets (for text editors)**: [https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets](https://github.com/Paracelsus-Rose/D2-Language-Code-Snippets) - **Mongo to D2**: [https://github.com/novuhq/mongo-to-D2](https://github.com/novuhq/mongo-to-D2) - **Pandoc filter**: [https://github.com/ram02z/d2-filter](https://github.com/ram02z/d2-filter) +- **Logseq-D2**: [https://github.com/b-yp/logseq-d2](https://github.com/b-yp/logseq-d2) ### Misc diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index efa62a77e..3320fc87a 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -9,6 +9,7 @@ - ELK preserves order of objects in cycles [#1235](https://github.com/terrastruct/d2/pull/1235) - Improper usages of `class` and `style` get error messages [#1254](https://github.com/terrastruct/d2/pull/1254) - Improves scaling of object widths/heights in grid diagrams [#1263](https://github.com/terrastruct/d2/pull/1263) +- Enhance Markdown parsing error message by appending link to docs [#1269](https://github.com/terrastruct/d2/pull/1269) #### Bugfixes ⛑️