Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove special character, so that the example can be copied and pasted and will work without having to remove that character
  • Loading branch information
laurent22 authored Nov 11, 2022
1 parent 826b4de commit c5b551a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ To get started, you'll need a notebook which will contain all tasks that you wan

A kanban board is defined by a special type of note, which contains all of its configuration. Create a new note, and paste in the following:

```yaml
```kanban
columns:
- name: Backlog
backlog: true
- name: Work in progress
tag: wip
- name: Finished
tag: done
```
```
```kanban
columns:
- name: Backlog
backlog: true
- name: Work in progress
tag: wip
- name: Finished
tag: done
```

It is important that the confiuration is surrounded by a code block (` ```kanban ... ``` `), otherwise it won't be detected.

Expand Down

0 comments on commit c5b551a

Please sign in to comment.