Waylan Limberg
Waylan Limberg
> I think you read the `mod` tag as "modified"? It actually stands for "module", just like "func" for "function", "attr" for "attribute", etc. It's simply the "kind" of the...
> I can get that. I cannot stand "meth" 🤣 On the other hand, "attribute" would be quite long in the TOC... Maybe we can use full symbol names for...
I agree. If a user wants more advanced functionality, blocks is the way to go.
This is a duplicate of #660. Not sure how I missed that before.
@ssbarnea this issue is tagged as 'someday-maybe' which suggests that it is a low priority item which is not going to get any attention by the core developers. If someone...
I'm closing this in favor of [admonition blocks](https://facelessuser.github.io/pymdown-extensions/extensions/blocks/plugins/admonition/), which is the result of my proposal in #1175. As one of the examples in the documentation demonstrates, any HTML attributes can...
This may be resolved with [github-action-push-to-another-repository](https://github.com/cpina/github-action-push-to-another-repository), which has comprehensive [documentation](https://cpina.github.io/push-to-another-repository-docs/index.html) (including all sorts of troubleshooting tips). Also [copy_file_to_another_repo_action](https://github.com/dmnemec/copy_file_to_another_repo_action) is a simpler action. Both are implemented as shell scripts, which could...
Hmm, I just discovered that `Python-Markdown/Python-Markdown.github.io` did not have any deploy keys. Anyway, I just generated a new public/private pair and saved them to the correct locations. We'll see if...
Still failing. As seen [here](https://github.com/Python-Markdown/markdown/actions/runs/6711805985/job/18240001281#step:6:47) I'm getting: ``` Error loading key "/home/runner/.ssh/github": error in libcrypto Error: Action failed with "The process '/usr/bin/ssh-add' failed with exit code 1" ```
@dmail00 that is not related. In fact, that is expected behavior. If however, you would prefer less surprising behavior, we have included the [sane lists extension](https://python-markdown.github.io/extensions/sane_lists/).