v11.0.0. yields "Uncaught Error: renderer 'options' does not exist" in code that worked in versions up to v10.0.0 #3117
Labels
L2 - annoying
Similar to L1 - broken but there is a known workaround available for the issue
Marked version:
11.0.0
Describe the bug
The following code that overrides the
link
renderer with a version that force opening external links in another window, which worked before v11.0.0. now yield a the following error messageUncaught Error: renderer 'options' does not exist
To Reproduce
Steps to reproduce the behavior:
Customize
marked
with the above link rendererExpected behavior
The the custom link renderer works without yielding an error
The text was updated successfully, but these errors were encountered: