Jessica Hamilton
Jessica Hamilton
@chrisjsewell ah, yeah, I was just at that docutils link, although not quite sure how to write the `render_abbr` method in my python code. I figured I can make a...
https://github.com/executablebooks/mdit-py-plugins/pull/63
@chrisjsewell any chance you can help me out with the myst-parser side as the plugin exists atm? I'd like to be able to start using in my own project ;-)
It does, it just doesn't seem to support the `rst_prolog` key, which would be helpful. I added the following to the top of one of my markdown files: ```{role} nc...
I tried adding support for this, it's about as far as loading the plugin I think, but when generating HTML output, I get the following warning: `WARNING: No render method...
@strefli3 that's correct, as it needs a docutils sub-tree, not an html one.
I found https://gist.github.com/jessicah/2a07073f9a1e0f9bdb1791d1a9d4480d seemed to work. Ensure you use an absolute path to an OBS installed from source, not a relative path. CMake seems to break with a relative path.
One other issue I seem to be coming across is that it expects ESP8266 to exist in configuration? I have changed the type to `Stripless` in `config.py`. Getting the following...
Hmm, I should have tested it more, seems it doesn't actually save the value...
Ah, that explains the difference, so much magic! I'll see if I can plug this all together, thank you :)