Waylan Limberg
Waylan Limberg
@cgabard thanks for the input. Although I have a plan. Some time ago (around the time I filed this issue) I made a small change to the BlockParser (b3e0359) which...
Every single block processor needs to be refactored first (as per my previous comment). Only then can we even start to implement fenced code blocks. Each blockparser's `test` method should...
I've locked this issue as +1's add no value to the conversation. We already know what needs to be done to fix this and it is on the top of...
First of all, Python-Markdown is NOT a Commonmark implementation, so I will ignore all references to that spec. > The autolink feature in the [Daring Fireball spec](https://daringfireball.net/projects/markdown/syntax#autolink) is ‘for URLs...
Let me restate that everything in angle brackets is considered to be raw HTML unless it is clearly an auto link. That is how the reference implementation works and that...
I didn't use that because we are using an org setup, where the built site is deployed to the `master` branch of a different repo rather than the `gh-pages` branch...
When I did this I followed [these instructions][1] and set up the deploy key [as instructed here][2] with the private key saved to this repo (as a `secret` named `PAGES_DEPLOY_KEY`)...
Maybe I need to save the `secret` to the organization rather than the repo? That way the other repo would also have access. I'm guessing here.
See [Manually running a workflow][1], which could be handy for testing purposes. > When a workflow is configured to run on the `workflow_dispatch` event, you can run the workflow using...
As a reminder to myself, when I released 3.3.1 yesterday, I had done nothing to address this issue and the same error occurred. I expected as much, but didn't want...