Add support for #tag in markdown #24

Open
opened 2020-06-16 15:13:50 +00:00 by phryk · 0 comments
phryk commented 2020-06-16 15:13:50 +00:00 (Migrated from rnd.phryk.net)

Originally from github issue.

Referencing tags is already possible with [tag/<tagname>],
but this is a bit unwieldy for such a common task.

Maybe wait until commonmark has gotten viable if this turns
out to be a lot of work…

This was posted on Feb 25, 2018. Commonmark still doesn't support extensions,
so switching over doesn't seem to be an option. Should also move over to newer
Python-Markdown API, using markdown.util.Registry.register with numeric
priority instead of the deprecated markdown.util.Registry.add.

Originally from github issue. > Referencing tags is already possible with `[tag/<tagname>]`, > but this is a bit unwieldy for such a common task. > > Maybe wait until commonmark has gotten viable if this turns > out to be a lot of work… This was posted on Feb 25, 2018. Commonmark still doesn't support extensions, so switching over doesn't seem to be an option. Should also move over to newer Python-Markdown API, using `markdown.util.Registry.register` with numeric priority instead of the deprecated `markdown.util.Registry.add`.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk-evil-mad-sciences-llc/poobrains#24
No description provided.