#include in Markdown code-segment
andre-dietrich opened this issue · 1 comments
andre-dietrich commented
Hi,
unfortunately code-segments are parsed to in Markdown, to find the basic headlines. The result is:
only one Header
#include <stdio.h>
#include Test.h
...
results in three headline ...
Regards ...
Joouis commented
Currently markdown file is parsed by CTAGS blob, as it can't recognize the code segment grammar results in this issue.