From 0621506858621381f80a6ab6e3ed1160830742da Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 18 Oct 2019 12:53:27 +0800 Subject: [PATCH] Add README for setting up markdown2ctags --- tools/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..8c7f928 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,2 @@ +For the detail on how to set up `markdown2ctags.py` for showing Markdown tags in tagbar, +see [this post](https://jdhao.github.io/2019/10/15/tagbar_markdown_setup/).