Devyn S
735c5d2a55
Chore/update ci ( #876 )
...
* chore(ci): update CI node version to match node supported versions
* chore(ci): appveyor only supports up to node 16.x
* chore(ci): travis CI is not longer free/working; remove it
* chore(ci): add git workflow to replace travisCI linux builds
* doc(readme): add back in a badge for linux CI
* chore(ci): add windows to CI
* chore(ci): remove appveyor in favor of github actions
* doc(readme): update info about node supportability
2021-11-14 12:58:28 -07:00
Devyn S
d5cc678941
Merge pull request #875 from showdownjs/develop
...
Develop
2021-11-12 10:05:38 -07:00
Devyn S
6efd75cb83
Merge pull request #731 from VladimirV99/ellipsis
...
feature(ellipsis): Add option to disable ellipsis
2021-11-12 09:58:50 -07:00
Devyn S
45fcc8435b
Merge pull request #698 from systemsthinkinginstitute/fix-space-between-inline-elements
...
Fix space between inline elements
2021-11-12 09:54:35 -07:00
Devyn S
965789589e
Merge pull request #788 from henrahmagix/include-html51-details-in-block-elements
...
Include HTML5.1 <details> in known block tags
2021-11-10 13:45:13 -07:00
Devyn S
ea72183ad7
Merge pull request #671 from childish-sambino/base-url
...
feat(relativePathBaseUrl): Add support for prepending a base URL
2021-11-10 00:00:37 -07:00
SyntaxRules
ae1d5db9e0
Merge branch 'master' of https://github.com/showdownjs/showdown into base-url
2021-11-09 23:49:48 -07:00
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
SyntaxRules
24211cc907
chore(license): update liscense to MIT
2021-11-09 22:40:28 -07:00
SyntaxRules
9c043d8848
chore(deps): make dependecies consistent with ^ operator
2021-11-09 22:40:28 -07:00
SyntaxRules
3d5391e96a
chore(deps): update all dependecies to the latest; make eslint work
2021-11-09 22:40:28 -07:00
Devyn S
9c362e832e
chore(ci): update CI to lastest node versions & github actions
...
* update CI node versions to match node supported versions
* remove node 17.x on appveyor, it only supports up to node 16.x
* travis CI is not longer free/working; remove it in favor of github actions
2021-11-09 13:05:44 -07:00
Henry Blyth
cb689aa23b
Add <details> corresponding makeMarkdown test
2020-04-13 23:05:07 +01:00
Henry Blyth
775f2abe97
Include HTML5.1 <details> in known block tags
...
Fix #787
2020-04-13 22:55:14 +01:00
Jean Machuca
a9f38b6f05
Including QCObjects in "Who uses Showdown"-README ( #744 )
2019-11-02 21:24:43 +00:00
Adam Cook
dae65c6e36
fix: Update yargs to 14.2.0
...
This fixes the mem security vulnerability (https://github.com/jimmyleray/Emendare/issues/584 ).
The vulnerability only presents itself when showdown is used as a CLI; it is unlikely that this would have been exploitable.
Closes #738
2019-11-02 21:19:24 +00:00
Artur Haurylkevich
fe5d12525f
docs: clear ambiguity about CDN usage
...
Add unpkg as an alternative cdn and clear ambiguity about CDN usage
It allows to skip version tag (it uses a latest version as default) and it's appealing due to its conciseness.
Closes #742
2019-11-02 21:18:37 +00:00
Estevao Soares dos Santos
7664beae70
Merge branch 'master' into develop
2019-11-02 21:14:03 +00: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
Vladimir Vuksanovic
5d494c8202
feature(ellipsis): Add option to disable ellipsis
...
Add ability to disable ellipsis parser.
This is needed for some use cases. See #634
Defaults to true to keep backwards compatibility.
2019-10-04 16:45:27 +02:00
David Chester
f0d37ad3c5
rename test files to match convention
2019-05-25 17:13:24 +00:00
David Chester
001b1881d0
preserve spaces between inline elements
2019-05-14 13:15:15 +00:00
Estevão Soares dos Santos
33bba54535
Update README.md
2019-03-18 03:33:16 +00:00
Sibiraj
cfca8cbce6
docs: update README.md ( #652 )
2019-02-02 01:14:52 +00:00
Joshua Cline
5bac7e0564
Escaped the <br> in README.md ( #645 )
2019-01-27 03:38:51 +00:00
David Chester
201969473a
fix(makeMarkdown): handle <br> tags converting html to markdown
...
Convert <br> tags to 2 spaces + newline rather than leaving the tag
in place when converting HTML to MD
2019-01-01 20:22:49 +00:00
Liu Xinyu
4af13e5e76
chore: add vue-showdown ( #630 )
2018-12-17 22:40:32 +00:00
Fabian Korak
bd927b5b7a
docs: Update Changelog.md ( #623 )
...
Update the changelog to the same version the release-tag-system has
2018-12-16 15:39:32 +00:00
Futago-za Ryuu
82f90ebda2
fix: reduce npm package size
...
Add files field to package.json so that the size of the published package is reduced by only including the files required (the bin and the dist folders)
Closes #619
2018-11-13 21:47:31 +00:00
Estevao Soares dos Santos
66798912de
Merge branch 'master' into develop
2018-11-09 23:47:36 +00:00
Estevão Soares dos Santos
8a8f961bc4
Update DONATIONS.md
2018-11-09 23:32:47 +00:00
Estevão Soares dos Santos
bb4db60452
Update DONATIONS.md
2018-11-09 23:02:52 +00:00
Estevão Soares dos Santos
b08f9a04a0
Update README.md
2018-11-04 03:06:18 +00:00
Estevão Soares dos Santos
bd6beeaf0d
Update README.md
2018-11-04 03:03:11 +00:00
Oscar Morrison
68733e6684
add md-page to people who use ( #604 )
2018-11-04 03:02:18 +00:00
Estevão Soares dos Santos
05e8b22917
Update DONATIONS.md
2018-11-04 00:30:11 +00:00
Estevão Soares dos Santos
5e5b96c26a
Update DONATIONS.md
2018-11-04 00:29:50 +00:00
Estevão Soares dos Santos
a488b4728f
Update README.md
2018-11-03 19:28:17 +00:00
Estevão Soares dos Santos
0ebef28c66
Update README.md
2018-11-03 19:18:13 +00:00
Vladimir Vuksanovic
74e77369e0
docs(emoji): Change emoji comment ( #611 )
...
Fix emoji comment to reflect its actual behavior
2018-10-26 10:31:24 +01:00
Estevao Soares dos Santos
80f5c7e703
Merge branch 'VladimirV99-patch-2' into develop
2018-10-24 03:27:37 +01: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
e0fc6f8d6b
docs(completeHTMLDocument): Change completeHTMLDocument comment ( #610 )
...
Fix completeHTMLDocument comment to reflect its actual behavior
2018-10-23 11:04:41 +01:00
RAKESH PEELA
054829b2dc
docs(readme.md): no space after ':' creates problem with Boldness of 'tasklists' and description in Wiki
...
No space after ':' creates problem with Boldness of 'tasklists' and description in Wiki
2018-10-21 22:17:28 +01:00
Vladimir Vuksanovic
fc1717780e
docs(horizontalRule): Change horizontalRule documentation ( #606 )
...
Fix horizontalRule documentation to reflect its actual purpose
2018-10-21 22:15:10 +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
Estevão Soares dos Santos
db69d02974
Update DONATIONS.md
2018-10-06 00:53:35 +01:00
Estevão Soares dos Santos
dc03c7e647
Update DONATIONS.md
2018-10-06 00:52:07 +01:00
Estevao Soares dos Santos
4da93e8e13
docs: add first draft of documentation for version 2.0
...
Still has a long way to go
2018-09-25 04:10:40 +01:00