mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Wekan Markdown (markdown)
parent
5a6b391582
commit
4be9f9271c
1 changed files with 17 additions and 0 deletions
|
|
@ -1,3 +1,20 @@
|
|||
UPDATE: Wekan now uses markdown-it and markdown-it-emoji plugin, see [Emoji page](https://github.com/wekan/wekan/wiki/Emoji
|
||||
|
||||
## Numbered text
|
||||
|
||||
If in List titles you like to create numbered text like this:
|
||||
```
|
||||
3. Something
|
||||
```
|
||||
Write it this way (to escape dot), so it shows correctly:
|
||||
```
|
||||
3\. Something
|
||||
```
|
||||
|
||||
|
||||
***
|
||||
|
||||
|
||||
Wekan uses GFM (Github Flavored Markdown).
|
||||
We use the following project that ports GFM to meteor: https://github.com/wekan/markdown with updated newest markdown, that is fork of https://github.com/perak/markdown.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue