turndown icon indicating copy to clipboard operation
turndown copied to clipboard

Editing/replacing rules?

Open domchristie opened this issue 7 years ago • 2 comments

turndownService.replaceRule('codeBlock', { filter: '…', replacement: function () { … } }) 

and

turndownService.replaceRule('codeBlock', function (oldRule) { … return newRule }) 

domchristie avatar Dec 18 '17 09:12 domchristie

Up 🙏

Timer91 avatar Aug 22 '19 18:08 Timer91

I'd also love to see this

stevenspiel avatar Apr 08 '20 18:04 stevenspiel