add to readme and changelog
This commit is contained in:
parent
9eaf77aa4b
commit
266a812adb
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
A modern diagram scripting language that turns text to diagrams.
|
A modern diagram scripting language that turns text to diagrams.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
[Docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) | [Comparisons](https://text-to-diagram.com) | [Playground](https://play.d2lang.com)
|
[Docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) | [Comparisons](https://text-to-diagram.com) | [Playground](https://play.d2lang.com)
|
||||||
|
|
||||||
[](https://github.com/terrastruct/d2/actions/workflows/ci.yml)
|
[](https://github.com/terrastruct/d2/actions/workflows/ci.yml)
|
||||||
|
|
@ -25,6 +24,7 @@ https://user-images.githubusercontent.com/3120367/206125010-bd1fea8e-248a-43e7-8
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
- <a href="#what-does-d2-look-like" id="toc-what-does-d2-look-like">What does D2 look like?</a>
|
- <a href="#what-does-d2-look-like" id="toc-what-does-d2-look-like">What does D2 look like?</a>
|
||||||
- <a href="#quickstart" id="toc-quickstart">Quickstart</a>
|
- <a href="#quickstart" id="toc-quickstart">Quickstart</a>
|
||||||
- <a href="#install" id="toc-install">Install</a>
|
- <a href="#install" id="toc-install">Install</a>
|
||||||
|
|
@ -148,7 +148,7 @@ one, please see [./d2renderers/d2fonts](./d2renderers/d2fonts).
|
||||||
|
|
||||||
## Export file types
|
## Export file types
|
||||||
|
|
||||||
D2 currently supports SVG and PNG exports. More coming soon.
|
D2 currently supports SVG, PNG and PDF exports. More coming soon.
|
||||||
|
|
||||||
## Language tooling
|
## Language tooling
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
#### Features 🚀
|
#### Features 🚀
|
||||||
|
|
||||||
|
- PDF exports are now supported. [#120](https://github.com/terrastruct/d2/issues/120)
|
||||||
|
|
||||||
#### Improvements 🧹
|
#### Improvements 🧹
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue