Skip to content

Commit d198819

Browse files
docs: added upper/lowercase markup languages to the list
Also added a short description of each renderer.
1 parent c8a86c6 commit d198819

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/markup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ Slyde' markup was designed to be as simple as possible, and to be as consistent
4242

4343
There is support out of the box for replacing the default markup renderer implementation with any of your choice using plugins. The following Markup renders are installed by default, and can be used without any plugins:
4444

45-
- [`Slyde`](#slyde-markup) (default)
46-
- [`Markdown`](https://en.wikipedia.org/wiki/Markdown)
47-
- [`Latex`](https://en.wikipedia.org/wiki/LaTeX) (math mode only)
48-
- [`Plain`](#switching-it-off) (Aliased under `Raw` and `Off`)
45+
- [`Slyde`](#slyde-markup): Renders the text using Slyde' own markup language. (default)
46+
- [`Markdown`](https://en.wikipedia.org/wiki/Markdown): Renders markdown as you know it.
47+
- [`Latex`](https://en.wikipedia.org/wiki/LaTeX): Renders the text as latex in math mode. (math mode only)
48+
- [`Plain`](#switching-it-off): Renders the text as is. (Aliased under `Raw` and `Off`)
49+
- [`UpperCase`](https://en.wikipedia.org/wiki/Letter_case): Renders the text as uppercase.
50+
- [`LowerCase`](https://en.wikipedia.org/wiki/Letter_case): Renders the text as lowercase.
4951

5052
To select the a different markup renderer for example Markdown, change the markup key:
5153

0 commit comments

Comments
 (0)