Releases: 0x6b/copy-selection-as-markdown
Releases · 0x6b/copy-selection-as-markdown
v0.22.0
- update dependencies (#127)
Due to major version bump of (6.0.0 to 7.1.3) the Turndown which this extension heavily relies on, the behavior might've been changed. It might be impossible for me to reserve backward compatibility, but I will try to fix the issue as much as possible, if any.
v0.21.0
- Support regular expression in title substitution (#80). Thanks @viktomas for this great enhancement!
v0.20.4
- Add advanced option to embed s as base64 text (#73)
- 0.20.0 to 0.20.3 have packaging issue.
v0.19.0
- Update dependencies (#64)
v0.18.1
- Fix wrong number of fence characters (#62). Thanks @t-e-r-m for the report!
v0.18.0
- feat: copy richtext version of selection to clipboard (#60)
v0.17.1
- Update settings text from Append to Prepend (#59) thanks to @clach04
v0.17.0
- Add option to replace
<>
with HTML entities (#53)
- Add option to reduce padding spaces for list items (#51)