Sam Harrison
e3a5b5928f
feat(relativePathBaseUrl): Add support for prepending a base URL
...
This feature enables support for prepending a base URL to relative paths in
links and images when converting Markdown to HTML.
Closes #536
2021-11-09 23:34:42 -07:00
Jammerware
caab5bb7bc
fix: Add rel="noopener noreferrer" to links when openLinksInNewWindow is on
...
Add rel="noreferrer" to links when openLinksInNewWindow is on. Also add noopener when openLinksInNewWindow is on.
Closes #670
2019-11-02 18:58:07 +00:00
Estevao Soares dos Santos
6ee6d8c9d9
rebuild
2018-10-24 03:27:16 +01:00
Vladimir Vuksanovic
4378abb4fa
fix(italicsAndBold): Make italicsAndBold lazy ( #608 )
...
fix italicsAndBold if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest
Closes #544
2018-10-24 03:23:28 +01:00
Vladimir Vuksanovic
81edc70da7
fix(underline): Make underline lazy
...
fix underline if literalMidwordUnderscores option is enabled
it should end at the nearest closing underscores, not the furthest
2018-10-21 15:20:39 +02:00
Estevao Soares dos Santos
d3ebff7ef0
fix(links): a number of issues with links subparser
...
This is a major refactor of the links subparser, previously known as anchors subparser.
Closes #355 , #534
BREAKING CHANGE: `excludeTrailingPunctuationFromURLs` option was removed. This is now the default behavior
2018-09-25 04:04:59 +01:00
Estevao Soares dos Santos
f46479b4ee
chore: update readme and add TASKS.TODO.md
2018-09-16 03:45:07 +01:00
Estevao Soares dos Santos
2ba00751cc
fix(mentions): allow for usernames with dot, underscore and dash
...
Closes #574
2018-09-14 17:03:07 +01:00
Estevao Soares dos Santos
05ef5c55dc
refactor(event dispatcher): make event dispatcher return an object instead of text
2018-09-14 14:10:15 +01:00
maxwellito
55f22de0a0
fix: compress showdown emoji
...
* fix showdown emoji compression
* test: fix functional test
2018-05-07 19:27:19 +01:00
Estevao Soares dos Santos
94aa3e53ca
test: add tests for reverse converter
2017-12-23 12:35:31 +00:00