Todd Vanyo

Results 5 comments of Todd Vanyo

I'm using pyenv, so I changed the `python_interpreter` to the output of `which python3`, pointing to the .shims directory. This _**did not**_ help. I had to go to `~/Library/Application Support/Sublime...

I would love to have this issue resolved. If I knew where to do it in the code I would make the change.

It turns out that the angle bracket is required to allow whitespace. This is because treesitter-markdown supports the GitHub Flavored Markdown and, per [example 164](https://github.github.com/gfm/#example-164) of the GFM spec, spaces...

Ok, this is actually happening because of blanks in a file name. What I actually have is: ``` [Link text 1][1] [Link text 2][2] [1]: foo bar.md [2]: foobar.md ```...

@utiq, it takes a few of steps to do this. 0. Install the plugin 1. You need to create a diagram using the **+** in the toolbar and select _Advanced...