Skip to content

Allow for customizing links #14

@chrispcampbell

Description

@chrispcampbell

We should make it possible to customize the way Markdown links are generated into HTML. This is useful for defining custom link syntax, similar to the built-in support for glossary terms. For example, we could define links to model equations and have them appear differently in the generated HTML:

This is a link to a [model equation][mdl].

This requires adding support for a .config.js file (in addition to the existing .config.json), since the JS one allows for defining a handler function for links (and other element types eventually).

Metadata

Metadata

Labels

featureNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions