1.The Typst PlaygroundWelcome to the Typst Playground! This is a sandbox where you can experiment with Typst. You can type anywhere in the editor panel on the left. The preview panel to the right will update live.2.BasicsTypst is a markup language. You use it to express not just the content, but also the structure and formatting of your document. For example, surrounding a word with underscores emphasizes it with italics and starting a line with an equals sign creates a section heading.Typst has lightweight syntax like this for the most common formatting needs. Among other things, you can use it to:Strongly emphasize some textRefer to Section 2Typeset math: 𝑎,𝑏{12,4𝑎𝑏}That’s just the surface though! Typst has powerful systems for scripting, styling, introspection, and more. In the realm of a Typst document, there is nothing you can’t automate.3.Next stepsTo learn more about Typst, we recommend you to check out our tutorial at https://typst.app/docs/tutorial.Once you’ve explored Typst a bit, why not set yourself up a proper editing environment?To get access to multi-file projects, live collaboration, and more, sign up to our web app for free.You can also download our free and open-source command line tool to continue your journey locally.