mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Wekan Markdown (markdown)
parent
bfdbf89f7c
commit
8a5bf1f393
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
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 where parser implements only gfm v0.28 (current is 0.29). It's appears that the parser uses v0.3.1 of marked.js and its changelog in that version is not documented. Therefore It's also possible that only gfm 0.27 is supported. This issue will be addressed in the next Wekan release.
|
||||
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.
|
||||
|
||||
**Note**: In order to use gfm checklist and other v0.28+ features, you need Wekan v2.61.
|
||||
|
||||
## List of guides (from web archive):
|
||||
* [GFM 0.28 list of features](https://web.archive.org/web/20190405063005/https://github.github.com/gfm/).
|
||||
* [GFM 0.27 list of features](https://web.archive.org/web/20170314184131/https://github.github.com/gfm/).
|
||||
* [Guide](https://guides.github.com/features/mastering-markdown/).
|
||||
* [List of features](https://github.github.com/gfm/).
|
||||
|
||||
## Where can I use the markdown?
|
||||
* Card name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue