From 5a32f33fb39e1cf149cd6d4ae9584fa4898b768a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 20 Mar 2023 12:23:06 +0100 Subject: Write changelog --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd408159..79eef0eb 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ consider signing up to our [collaborative online editor][app] for free. It is currently in public beta. ## Example -This is what a Typst file with a bit of math and automation looks like: +A [gentle introduction][tutorial] to Typst is available in our documentation. +However, if you want to see the power of Typst encapsulated in one image, here +it is:

- Example + Example

Let's disect what's going on: @@ -47,7 +49,8 @@ Let's disect what's going on: the appearance of an element. - We insert a heading with the `= Heading` syntax. One equals sign creates a top - level heading, two create a subheading and so on. + level heading, two create a subheading and so on. Typst has more lightweight + markup like this, see the [syntax] reference for a full list. - [Mathematical equations][math] are enclosed in dollar signs. By adding extra spaces around the contents of a equation, we can put it into a separate block. @@ -169,8 +172,10 @@ instant preview. To achieve these goals, we follow three core design principles: [docs]: https://typst.app/docs/ [app]: https://typst.app/ [discord]: https://discord.gg/2uDybryKPe +[tutorial]: https://typst.app/docs/tutorial/ [show]: https://typst.app/docs/reference/styling/#show-rules [math]: https://typst.app/docs/reference/math/ +[syntax]: https://typst.app/docs/reference/syntax/ [scripting]: https://typst.app/docs/reference/scripting/ [rust]: https://rustup.rs/ [releases]: https://github.com/typst/typst/releases/ -- cgit v1.2.3