Markdown

Immaterial 1.2 introduces support for Markdown, bringing more control and customization over user input. With Markdown you can use different combinations of symbols in your texts to tell the system how the text should be formatted - or to insert headers, images, quotes, links, tables and more.

In Immaterial, it's easy to tell apart actual text from Markdown grammar: fields that support Markdown have those special symbols highlighted while you edit the field, so you always know what is text and what is formatting. Save your changes to see the updated formatted text!

Here's a small subset of its grammar

Headers of different sizes:
# H1
## H2
### H3
#### H4
##### H5
###### H6

Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Combined emphasis with **asterisks and _underscores_**.
Strikethrough uses two tildes. ~~Scratch this.~~

Links: <http://example.com/> or
[I'm an inline-style link](https://www.google.com)
[I'm a reference-style link][Arbitrary case-insensitive reference text]

Some text to show that the reference links can be followed later.
[arbitrary case-insensitive reference text]: https://www.mozilla.org

Images (you can do them inline or reference like with links)
![I'm an inline-style image](https://www.google.com/logo.png)
![I'm a reference-style image][Arbitrary case-insensitive reference text]
[arbitrary case-insensitive reference text]: https://website.com/img.jpg

You can read more about Markdown and its features here.

Previous
Previous

Detox