Feel-ix-343 / markdown-oxide

Editor Agnostic PKM: you bring the text editor and we bring the PKM - inspired by and compatible with Obsidian
GNU General Public License v3.0
688 stars 10 forks source link

Failed to exclude fenced code for document symbol #41

Closed ray-x closed 2 months ago

ray-x commented 2 months ago

For the following markdown # python comment is not heading should not appear in document symbols.

# this is a heading

\```python
# python comment is not heading
print('hello world')
\```
Feel-ix-343 commented 2 months ago

Ill work on this today

Duplicate of #7

Feel-ix-343 commented 2 months ago

This should be fixed in the latest commit

Also there are some new settings added related to this. You can set to resolve tags and links in code blocks. Check the readme for specifics.

Thanks for reporting!