Add comment on the lack of Heading1, and change the title to include Markdown

rsheftel 2021-01-23 11:36:28 -05:00
parent 81a0cf8b07
commit b868b65454

@ -9,7 +9,7 @@ Text notes are normally opened in edit mode, however there are two cases when th
In both cases it is possible to switch to editable mode again.
## Autoformat
## Markdown & Autoformat
CKEditor supports markdown-like editing experience. It recognizes syntax and automatically converts it to rich text. See it in action:
@ -18,6 +18,8 @@ Complete documentation for this feature is available in [CKEditor documentation]
If the autoformat is not desirable for what you just wrote, you can press `CTRL-Z` which will un-autoformat the text to its original form.
Note that the use of `#` for Heading1 style is not supported because the editor assumes that is used for the title, start with `##` for Heading2. Explanation [here](https://ckeditor.com/docs/ckeditor5/latest/features/headings.html#heading-levels).
## Math support
Trilium provides Math support with the help of KaTex (available since 0.45):