Commit Graph

769 Commits

Author SHA1 Message Date
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
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
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
798bbe6751 refactor: change anchor subparser name to link 2018-09-23 20:34:54 +01:00
Estevao Soares dos Santos
61aca9a7d6 Merge branch 'develop' 2018-09-23 19:05:43 +01:00
Estevao Soares dos Santos
f46479b4ee chore: update readme and add TASKS.TODO.md 2018-09-16 03:45:07 +01:00
Estevão Soares dos Santos
d309b5b1c1
Update CREDITS.md 2018-09-15 15:32:09 +01:00
Estevão Soares dos Santos
5ed36a508c
Create LICENSE 2018-09-15 15:31:03 +01:00
Estevão Soares dos Santos
f4c018ffca
Delete LICENSE 2018-09-15 15:30:10 +01:00
Estevão Soares dos Santos
73cf218f25
Update README.md 2018-09-15 15:26:56 +01:00
Estevao Soares dos Santos
f24e314a70 Merge branch 'develop' 2018-09-15 15:23:11 +01:00
Estevão Soares dos Santos
f874043725
Delete license.txt 2018-09-15 15:22:26 +01:00
Estevão Soares dos Santos
48de9101f4
Update LICENSE 2018-09-15 15:22:07 +01:00
Estevão Soares dos Santos
d1ae7b2bc5
Create LICENSE 2018-09-15 15:16:06 +01:00
Estevao Soares dos Santos
18c4b6ebac chore: build 2018-09-15 14:59:25 +01:00
Estevao Soares dos Santos
6259f37bd6 fix(gfm-codeblocks): leading space no longer breaks gfm codeblocks
Now GFM Code Blocks can have up to 3 spaces before the backticks

Closes #523
2018-09-15 14:58:50 +01:00
Estevao Soares dos Santos
26abc7a795 fix(headings): inconsistent behavior in lists
In text, headings only require a single linebreak to be treated as such.
However, in lists, they would require a double linebreak.
Now, the behavior in lists and text is consistent, requiring only a single
linebreak.

Closes #495
2018-09-15 14:45:48 +01:00
Estevao Soares dos Santos
d9eea64794 remove(literalMidWordAsterisks): remove literalMidWordAsterisks feature
This feature was seen as a bit "duh!" since midword asterisks are not really a thing and, for these situations, you can simply escape the asterisk character.

Closes #499

BREAKING CHANGE: literalMidWordAsterisks option was removed and so asterisks will always retain their markdown magic meaning in a source text.
If you're using this feature, and you wish to retain this option, you can find a shim here: <https://gist.github.com/tivie/7f8a88c89ffb00d2afe6c59a25528386>
2018-09-14 22:46:03 +01:00