Dmitry Shachnev

Results 187 comments of Dmitry Shachnev

Out of curiosity: what the the syntax features that are present in CommonMark that you miss with the current implementation? I am quite sure there are Python-Markdown extensions that implement...

As I said earlier, > I am quite sure there are Python-Markdown extensions that implement the syntax you need. And here is an extension for your case: https://github.com/adamb70/mdx-breakless-lists

There are multiple ways to enable extensions, as described in the wiki: https://github.com/retext-project/retext/wiki/Markdown-extensions. - Directly in document by adding `` as first line. - `markdown-extensions.txt` or `markdown-extensions.yaml` in the document...

Hi, I can recommend you to look at [pymdown-extensions](http://facelessuser.github.io/pymdown-extensions/) pack by @facelessuser. In particular, - [Tasklist](http://facelessuser.github.io/pymdown-extensions/extensions/tasklist/) implements the `[ ]` and `[x]` syntax; - [SuperFences](http://facelessuser.github.io/pymdown-extensions/extensions/superfences/) allows you to use UML...

Hi, ### Installing This highly depends on your system (which you did not mention). Usually, `pip` is the command to install packages for Python 2, and for ReText you need...

I do not want to bundle anything, but maybe there will be a better interface to discover and install extensions in future versions.

@JamesStallings What exact extension you tried to use, and what steps did you do that failed to work? Have you read the [wiki page about Markdown extensions](https://github.com/retext-project/retext/wiki/Markdown-extensions)?

Please explain what you did, to allow me to help you. In this thread (https://github.com/retext-project/retext/issues/243#issuecomment-249485790) there are steps to set up tasklist extension. Was the package installed successfully? What are...

What exactly happens — is the preview panel blank, or it displays a rendered content of some old version of the text? Does it happen with any document or only...

The synchronized scroll requires using the WebKit or WebEngine renderer, which you can enable from the Edit menu. Can you check if it is enabled? Also, you are using Markdown,...