Xavier F. Gouchet

Results 87 comments of Xavier F. Gouchet

@raniejade yes adding context information as a parameter would totally work also.

Thanks for this link, but it doesn't really suit my need. An extension will only apply the template on the output. Problem is I use various tools (among others `pandoc`)...

I understand your point, I'll try to just work with copy pastes now, and eventually I'll make a PR if I take the time to develop this. Also I switched...

Yes I did have several tabs opened (9 seems correct). IIRC it did happen with only 4 or 5 tabs opened. And before I used to be able to have...

As a side note, this can be achieved (kind of) using the markdown extension [`markdown.extensions.toc`](http://pythonhosted.org/Markdown/extensions/toc.html), and then including `[TOC]` in the document

You can look into the documentation to know how to add [Markdown Extensions](https://github.com/retext-project/retext/wiki/Markdown-extensions) The simplest way is to add this where you want to show the ToC ```markdown [TOC] ```

Seems like this was implemented by PR #313

It's not so much mssing syntax feature, rather than having a standard syntax across several systems. There are lots of different markdown flavor, based on website and parsers, and CommonMark...

By the look of the code, whenever you call `getCurrentTime()`, if the last update is out of date, a new sync is requested in the background.

The update will stops as soon as one query is successful.