Vladimír Vondruš

Results 104 issues of Vladimír Vondruš

Pygments is great and all, but it can only do so much to highlight the code -- and especially in typeless languages (Python) or *insanely hard to parse* languages (C++)...

This again turned out to be way more time consuming than expected and I need to do other things right now, so postponing until I have time again. Things to...

help wanted
3rd party

The branch has been around since 2018, just not tested, documented or actually published. Time to change that! Features: - Write your slides with the usual reST syntax - Meaning...

If a literal `...` is in a type annotation, it should link to Python documentation like any other builtin type. TODOs: - [ ] right now it's changed to a...

Originally an attempt to actually fix #196 instead of disabling the autocompletion altogether on affected browsers as was done in b59822342db1622a74ab4b95b844073ef93a2440. Didn't get very far and the code already started...

help wanted
laterz

Things like the following are nice and all, but really only work for English locales: ![image](https://user-images.githubusercontent.com/344828/44620720-a6ff1e00-a899-11e8-99ff-6db67339d060.png) [The theme](https://github.com/mosra/m.css/blob/5d4249c06cb6e02d58d93bb8db4615ae5562d53f/pelican-theme/templates/article_header.html#L4) has a hardcoded date format `'%b %d %Y'`, which then `split()`s into...

laterz

Opening an issue to avoid forgetting about this, as I don't have time to look into it right now. What needs to be done: - [ ] Intercept various places...

laterz

Current state of investigation: - It's possible to create a "pending" node in reST that can fill the blank spaces after the whole document has been processed. That can be...

help wanted
laterz

Suggested by [/u/AndydeCleyre](https://www.reddit.com/user/AndydeCleyre) on Reddit, besides that I bet I'm far from being the only one who sometimes needs to render a quick'n'dirty reST page into HTML and put it...

laterz

Currently, as mentioned in #73, Doxygen extracts the `@tableofcontents` command from inside the documentation block and converts it into a global page property, losing all information about where it was...

help wanted