Dmitry Shachnev
Dmitry Shachnev
Directory tree pane was added in #531 which is included in ReText ≥ 7.2.0, so closing this issue.
Hi @emanuel-th! > I saw #253 and thought fenced code blocks are not supported by markdown, only by commonmark? The [original markdown page](https://daringfireball.net/projects/markdown/syntax) does not mention it. The fenced code...
There was a bug in interaction between mdx_posmap (used for synchronized scrolling) and superfences in lists. I fixed it in master branch, commit 8bd8f58e18e7e209da1f5dd94cfcca8a6e616c0b. Any chance you could try the...
Can you paste or attach your Markdown file, please?
I mean, can you show me your Markdown source file? Either by attaching it here, or at least by providing a screenshot. Ideally, please also attach the generated HTML (either...
Your input file produces the correct result with ReText version from master branch (e72f17c65b46f7189622aa65550e953768dc23b0): . I notice that your HTML file has this line: ```html ``` which means you are...
Right, I can reproduce this. It looks like it depends on the order in which extensions are applied: both `pymdownx.superfences` and `fenced_code` try to provide handler for triple-backtick syntax, and...
The reason for this is that `author` is now a built-in configuration variable in Sphinx. See sphinx-doc/sphinx#4518. I would suggest renaming tinkerer's `author` variable to another name, or re-using the...
> You may probably just use `REPLACE` or `REGEX_REPLACE` in `knex.raw` to encode those special characters specified in RFC 3986. Okay, I implemented that approach. I used the list of...
Here is how it looks now: 