mirror of
https://github.com/mickael-menu/zk
synced 2024-11-03 23:15:49 +00:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
|
# Markdown table syntax is parsed as colon tags
|
||
|
# https://github.com/mickael-menu/zk/issues/185
|
||
|
|
||
|
$ cd blank
|
||
|
|
||
|
$ echo "[format.markdown] colon-tags = true" > .zk/config.toml
|
||
|
$ echo "|:---:|" > test.md
|
||
|
|
||
|
$ zk tag list
|
||
|
2>
|
||
|
2>Found 0 tag
|
||
|
|