Waylan Limberg

Results 24 issues of Waylan Limberg

When making a list in which the only contents of the list is fenced code blocks there seem to be a few minor bugs. First this does not work (But...

Fenced code blocks inside a blockquote works fine until another fenced code block is included in the document anywhere after the blockquote. For example: ``` > ~~~ foo ~~~ ~~~...

Unified Block

It would be very helpful if the line number of the file where the link exists was reported. On a 2000 line long file, it could be difficult to find...

enhancement

Apparently, I hadn't run the test locally until today after merging the new server. On my local Windows machine I'm getting the following failures: ``` $ tox -e py38-unittests GLOB...

The documentation could be reorganized to better separate the info for users from the info for developers (themes and plugins). I'm thinking the Nav might look something like this (actual...

Enhancement
Documentation

I haven't solidified the proposal yet, but I am envisioning something like a fenced code block (except its not for code and would use different delimitators) which might support two...

feature
someday-maybe
3rd-party

Just noting this so I can find it later. Python defines the status of its versions [here][1][here](https://devguide.python.org/versions/). The following end-of life cycles are currently scheduled: * Python 3.4 2019-03-16 *...

process

The github action which deploys a release appears to have a auth problem when deploying the documentation. See the output for the [3.3 release][1]. [1]: https://github.com/Python-Markdown/markdown/runs/1216611346?check_suite_focus=true

process

As per [this discussion](http://six.pairlist.net/pipermail/markdown-discuss/2011-November/002389.html) on the markdown list, we should support fenced code blocks inside lists and blockquotes. Currently, they only work at the document root. While we're at it,...

feature
someday-maybe
extension

I have the following sample (indentation represented by the middle-dot for demonstration purposes only) which by my eye is indented in the only sensible way: ```yml --- items: ····- Item...