The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Features/Markdown/Markdown.md

1.2 KiB

UPDATE: Wekan now uses markdown-it and markdown-it-emoji plugin, see Emoji page

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.

Newest Wekan uses newest markdown.

Adding markdown to more places at Wekan progress

Related formatting tips for numbered lists

Note: In order to use gfm checklist and other v0.28+ features, you need Wekan v2.61+.

Checklist on markdown does not work yet

List of guides (from web archive):

Where can I use the markdown?

  • Card name.
  • Board name - Works on board view only.
  • Card description, list and task list.