Files
SCM-Manager/docs/en
Konstantin Schaper 32b268e6f5 add extension point for custom link protocol renderers in markdown (#1639)
This PR allows for custom link protocols to be declared and rendered in markdown.
A new extension point markdown-renderer.link.protocol allows for renderers to hook into the api and implement any custom protocol.

Example:

[description](myprotocol:somelink)
binder.bind("markdown-renderer.link.protocol", { protocol: "myprotocol", renderer: MyProtocolRenderer })
This renderer functions similar to link renderers and receives the href and the description. The latter as the children property.

This PR also fixes two bugs where external- and anchor links were not correctly rendered in pull requests by the review-plugin.

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2021-04-29 13:15:22 +02:00
..
2020-05-06 12:22:42 +02:00
2020-05-06 12:22:42 +02:00
2020-06-11 11:27:39 +02:00
2021-04-21 10:09:23 +02:00
2020-08-03 14:33:13 +02:00
2020-08-03 14:33:53 +02:00
2020-10-05 10:53:30 +02:00