George Zhang

Results 4 comments of George Zhang

I can't seem to reproduce it on CodeMirror's [interactive TOML mode site](https://codemirror.net/mode/toml/index.html). I've opened https://github.com/codemirror/CodeMirror/issues/6909 anyways.

A large majority of the TOML mode [hasn't changed for 9 years](https://github.com/codemirror/CodeMirror/blame/master/mode/toml/toml.js) though so I doubt it'll help (though it's worth a shot). I have noticed that each line is...

For anyone stumbling on this issue, I created a Sphinx extension that checks for targets preceding section headers and uses them as the section ID. With this input: ```rst .....

I also agree that Sphinx should use the target for the permalink. It's a bit weird that `` :ref:`attachment-fields` `` is more permanent than the permalink. For now, I'm fine...