diff options
| author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2024-02-05 06:38:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-04 21:38:04 +0000 |
| commit | b224769c85767bccc8f21ab5ecaa01d93a5ea149 (patch) | |
| tree | 474a57cd5ca276ef7a953c92ca443dd9c334c24d | |
| parent | 71ed7795995642ee34e6272c550538897cd11d50 (diff) | |
Update README.md (#3340)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Let's dissect what's going on: 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. + spaces around the contents of an equation, we can put it into a separate block. Multi-letter identifiers are interpreted as Typst definitions and functions unless put into quotes. This way, we don't need backslashes for things like `floor` and `sqrt`. And `phi.alt` applies the `alt` modifier to the `phi` to |
