mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Add comment on the lack of Heading1, and change the title to include Markdown
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):
|
Loading…
x
Reference in New Issue
Block a user