Marinin Tim
94c570a9d8
feat(customizeHeaderId): add option for customizing header ids
...
It’s useful for non-Latin texts, where header might be, for example, in Russian, but user wants id to be in English. This feature allows user to set id for header manually, using curly braces:
## Привет, мир {hello-world}
Closes #383
2017-06-01 02:35:42 +01:00
Estevao Soares dos Santos
f3dff7b0cf
Merge branch 'master' into develop
2017-04-23 01:59:53 +01:00
Miguel Laginha
5bec8f9e9a
feat(literalMidWordAsterisks): add option for mid word asterisks
...
Implements feature similar to ignoring midword underscores but with asterisks. The main use case is ignoring cursing.
2017-04-05 16:25:20 +01:00
Estevao Soares dos Santos
50235d6951
feat(openLinksInNewWindow): add option to open all links in a new window
...
Closes #362 , #337 , #249 , #247 , #222
2017-03-31 00:25:40 +01:00
Estevao Soares dos Santos
d49f7320f2
chore: change donation method to paypal
2017-03-05 05:34:06 +00:00
Estevao Soares dos Santos
41b93915af
chore: update README.md to include appveyor badge
2017-03-05 05:21:42 +00:00
Estevao Soares dos Santos
6374b5b376
feat(flavor: ghost): add Ghost flavor
2017-02-06 07:22:01 +00:00
Estevão Soares dos Santos
4a7425758f
docs: add donate button to readme
2017-02-05 00:00:04 +00:00
greenkeeper[bot]
b5e46fdb8d
Update dependencies to enable Greenkeeper 🌴 ( #335 )
...
adapt code to updated dependencies
2017-01-31 05:46:25 +00:00
Estevao Soares dos Santos
a4c24c9805
feat(ghMentionsLink): add ability to define the generated url in @mentions
...
This option enables users to define the generated links in @mentions.
For instance, with ghMentionsOption set to `//mysite.com/{u}/profile`
this text
`@tivie`
will result in this link
`<a href="//mysite.com/tivie/profile">@tivie</a>`
2017-01-28 04:28:50 +00:00
Estevao Soares dos Santos
90c52b83e7
feat(encodeEmail): add option to enable/disable mail obfuscation
...
Prior to version 1.6.1, emails would always be obfuscated through dec and hex encoding.
This option makes it possible to disable this.
2017-01-27 19:03:37 +00:00
Estevao Soares dos Santos
0eaf1050c7
feat(getFlavor): add getFlavor method to showdown and Converter
...
With this new method, you can check what type of base flavor showdown is currently set
to run as.
2017-01-08 19:09:12 +00:00
Estevao Soares dos Santos
f2671c0cc7
feat(ghMentions): add support for github's @mentions
...
Closes #51
2017-01-06 04:33:12 +00:00
Estevao Soares dos Santos
d499feb2aa
fix(ghCompatibleHeaderId): improve the number of removed chars
2016-12-30 19:46:46 +00:00
Estevao Soares dos Santos
150a5cd3ff
chore: minor documentation fix
2016-12-30 19:26:00 +00:00
Estevao Soares dos Santos
3102615ec2
fix(ghCompatibleHeaderId): add % as an escaped char
2016-12-30 19:21:03 +00:00
Estevao Soares dos Santos
db97a90d5b
feat(ghCompatibleHeaderId): generate header ids compatible with github
...
style
Github replaces spaces with dashes and removes a bunch of characters
from generated header ids ][&~$!@#*()=:/,;?+'.\
This feature implements this.
Closes # 320, closes #321
2016-12-30 19:01:44 +00:00
Estevao Soares dos Santos
5d19877590
feat(requireSpaceBeforeHeadingText): option to make space between #
and header text mandatory
...
Credit: @nikz [Nik Wakelin](https://github.com/nikz )
Closes #277
2016-12-17 06:01:15 +00:00
Estevao Soares dos Santos
d2fc2a0c5c
feature(excludeTrailingPunctuationFromURLs): excludes trailing punctuation from auto linked URLs
...
Closes #266 , #308
2016-12-01 15:25:46 +00:00
Estevao Soares dos Santos
0942b5e87d
feature(simpleLineBreaks): parse linebreaks as <br />
...
This option enables linebreaks to always be treated as `<br />` tags
without needing to add spaces in front of the line, the same way GitHub does.
Closes #206
2016-11-30 18:04:17 +00:00
Estevão Soares dos Santos
e00d270383
chore: update REAMDE.md to include reference to flavors
2016-11-29 03:19:35 +00:00
Estevao Soares dos Santos
5d57d71ef7
Update README.md
2016-11-25 19:51:36 +00:00
Estevão Soares dos Santos
3cd6f22573
Update README.md
2016-11-25 19:15:31 +00:00
Estevao Soares dos Santos
0be39bccae
feat(disableForced4SpacesIndentedSublists): option that disables the requirement of indenting nested sublists by 4 spaces
2016-11-11 08:15:24 +00:00
Estevão Soares dos Santos
cc673f1d69
doc(README.md): add reference to NuGet package
...
Closes #253
2016-10-13 22:51:44 +01:00
Estevão Soares dos Santos
261f127f7e
feat(smart-indent-fix): fix for es6 identation problems
...
Closes #259
2016-06-07 01:23:52 +01:00
Estevão Soares dos Santos
452c4285f4
Update README.md
2016-03-20 16:48:42 +00:00
Jayson Harshbarger
70a6caaf4f
docs(readme): Added link to SystemJS/JSPM plugin
2016-03-20 13:32:57 +09:00
Estevão Soares dos Santos
b81c416a31
docs(README.md): add libraries that use showdown
2015-08-23 03:31:55 +01:00
Estevão Soares dos Santos
bf4798a728
docs(README.md): fix typo
2015-07-21 21:01:47 +01:00
Estevão Soares dos Santos
a3b5946ec9
docs(README.md): change table example
2015-07-21 13:42:15 +01:00
Estevão Soares dos Santos
1ebb08484d
docs(README.md): add examples to image dimensions
2015-07-16 20:55:55 +01:00
Estevão Soares dos Santos
107bdb7b2f
Update README.md
2015-07-15 11:15:39 +01:00
Dipesh
e5f886b670
Updated readme.md
...
in Example of Setting options -> Locally, While creating showdown.Converter object closing '}' is missing
2015-07-15 11:45:54 +05:30
Estevão Soares dos Santos
b88bdbedc8
docs(README.md): add reference to option smoothLivePreview
2015-07-14 21:47:02 +01:00
Estevão Soares dos Santos
47f3bbd2c6
docs(README.md): add live demo
2015-07-14 03:34:37 +01:00
Estevão Soares dos Santos
c013e7577c
docs(README.md): update docs to match new version
2015-07-13 21:35:18 +01:00
Estevão Soares dos Santos
5aae53f773
Merge pull request #166 from schmijos/patch-2
...
docs(README.md): add typescript info
2015-07-10 14:13:42 +01:00
Estevão Soares dos Santos
0367a56711
Merge pull request #165 from schmijos/patch-1
...
docs(README.md): necessary to install all the dev dependencies recursively
2015-07-10 14:13:04 +01:00
Sergio Crisostomo
b921a063ae
fix typo
...
fix typo `conveter` to `converter`
2015-07-09 12:03:38 +02:00
Estevão Soares dos Santos
3f90ebb7fb
docs(README.md): fix typo
2015-07-07 10:48:39 +01:00
Estevão Soares dos Santos
35fcd2cc6c
docs(README.md): add reference to wiki in the docs
2015-07-07 10:47:38 +01:00
Estevão Soares dos Santos
407148e716
docs(README.md): add chrome as tested browser
...
Closes #168
2015-07-03 13:57:05 +01:00
Josua Schmid
5106f6f928
Update README.md
...
Added information about TypeScript types.
2015-06-23 11:13:22 +02:00
Josua Schmid
037fcb14de
Update Readme
...
It's not necessary to install all the dev dependencies recursively. This could go into the GBs.
2015-06-23 10:16:16 +02:00
Estevão Soares dos Santos
5a4ae79c54
Release 1.1.0
2015-06-18 01:22:42 +01:00
Estevão Soares dos Santos
b84ac67dac
feat(headerLevelStart): add support for setting the header starting level
...
Closes #69
2015-06-17 02:19:44 +01:00
Estevão Soares dos Santos
af82c2b616
feat(image dimensions): add support for setting image dimensions within markdown syntax
...
This feature allows users to define the image dimensions using markdown syntax:
```
![my image](img.jpg =100x80 "image title")
```
To enable this feature, use the option `parseImgDimensions`.
Closes #143
2015-06-17 01:22:05 +01:00
Estevão Soares dos Santos
86353c1ee8
docs(README.md): add link to XSS Vulnerability wiki page
2015-05-30 00:13:47 +01:00
Estevão Soares dos Santos
06ad6c2e05
docs(README.md): add mention to XSS vulnerability
2015-05-29 22:20:50 +01:00
Estevão Soares dos Santos
1a07f3cc32
docs(README.md): add reference to changelog
2015-05-29 18:56:24 +01:00
Estevão Soares dos Santos
b5e31e60f1
docs(README.md): add gitter badge and CDN info to README.md
2015-05-28 21:44:25 +01:00
Estevão Soares dos Santos
de44a70a25
docs(README.md): add link to extensions wiki
2015-05-27 23:46:39 +01:00
Estevão Soares dos Santos
d87d11d642
docs(README.md): remove superfluous information
...
Remove the parts about creating an extension and know deviations from original (no longer relevant)
2015-05-27 23:34:57 +01:00
Estevão Soares dos Santos
2b76b6473d
docs(README.md): fix typo
2015-05-27 16:39:54 +01:00
Estevão Soares dos Santos
45d5e01e16
docs(README.md): add note for legacy branch
2015-05-27 16:31:04 +01:00
Estevão Soares dos Santos
c31aacceec
docs(README.md): add options section
2015-05-27 02:20:29 +01:00
Estevão Soares dos Santos
5c81973889
docs(README.md): add linebreak after "powered by"
2015-05-16 00:33:32 +01:00
Estevão Soares dos Santos
44cc5034ab
docs(README.md): add "powered by webstorm"
2015-05-16 00:29:22 +01:00
Estevão Soares dos Santos
1e82e14eed
docs(README.md): update documentation and credits
2015-05-16 00:09:24 +01:00
Estevão Soares dos Santos
e6135c1410
chore(): Updated readme
2015-05-14 02:47:13 +01:00
Estevão Soares dos Santos
eae5f0e01f
Major code refactoring
2015-01-15 21:21:33 +00:00
Estevão Soares dos Santos
387978acf8
Fixes #119
2015-01-04 22:03:32 +00:00
Corey Innis
f4093ca551
Update README to fix maintainer issue link
2014-10-05 16:33:25 -04:00
Corey Innis
88f5f51da1
Update README to indicate new project ownership and request for maintainers
2014-10-05 16:20:34 -04:00
Corey Innis
6b21d1497d
version 0.3.1
2012-11-02 03:11:07 -07:00
Corey Innis
713cfa5137
documentation touch-up
2012-11-02 02:53:37 -07:00
Corey Innis
99576d4ec1
update travis ci reference to point to coreyti/showdown
2012-11-02 02:21:42 -07:00
Pascal Deschenes
08de80cc0d
fix a few bits of documentation + add travis-ci build status image
2012-11-01 17:41:15 -04:00
Corey Innis
126de06126
[ #36 ] correct documentation.
...
Showdown is not a constructor.
2012-11-01 00:51:32 -07:00
Corey Innis
99c5b4609a
update contributors
2012-10-31 01:21:28 -07:00
Corey Innis
e517605e09
update contributors
2012-10-31 00:54:12 -07:00
Corey Innis
bf120d1d67
update contribution note for stone (you rock!)
2012-10-31 00:05:51 -07:00
Corey Innis
57fa69eff5
minor README cleanup
2012-10-30 23:37:53 -07:00
Corey Innis
c0d6f9fb21
Merge remote-tracking branch 'tstone/syntax-extensions'
2012-10-30 22:39:04 -07:00
Corey Innis
3b9b743f90
Update README.md
2012-08-14 17:34:40 -07:00
Titus
96e13ee912
Merge branch 'master' of git://github.com/coreyti/showdown into syntax-extensions
2012-06-20 21:46:59 -06:00
Titus
2be5e4ff7d
Added documentation for authoring and testing extensions
2012-06-20 21:35:47 -06:00
Titus
22056db9a7
Updated README with new inclusion syntax
2012-06-20 21:19:56 -06:00
Titus
5d56cce321
Updated README to match previous change
2012-06-20 21:05:46 -06:00
Titus
c647e8e168
Updated README
2012-06-20 17:34:12 -06:00
Corey Innis
85c98bb838
fix example in README to match current exports
2012-06-15 12:03:13 -07:00
Corey Innis
7babd64590
restore README line endings
2012-06-15 11:55:58 -07:00
Titus
6e5f1f5072
Added myself as a maintenance contributor
2012-06-14 00:54:41 -06:00
Titus
ecdd68a4a3
Fixed markdown syntax for code examples
2012-06-13 23:35:24 -06:00
tstone
6d44697fbf
Added more text about adding test cases
2012-06-13 23:28:28 -06:00
tstone
ee929c4fe5
Updated readme about running or creating new test cases
2012-06-13 23:05:44 -06:00
tstone
f27ea87c00
Fixed example in README
2012-06-13 20:41:01 -06:00
Corey Innis
426cc0c004
add link to wayback machine's archive of attacklab
2012-05-27 15:29:22 -07:00
Corey Innis
d9d7aac3b5
add Cat Chen as contributor
2012-05-27 15:18:51 -07:00
Corey Innis
de33985af2
add Dominic Tarr as contributor
2012-05-27 15:07:55 -07:00
Corey Innis
de9ffb444f
Merge pull request #8 from dominictarr/master
...
add a quick example
2012-05-27 15:05:18 -07:00
Corey Innis
e877c93ae3
add Roger Braun as contributor
2012-05-27 15:01:31 -07:00
Dominic Tarr
11fc69fe9f
add quick example
2011-09-15 11:47:23 +10:00
Corey Innis
2a04951a5d
Add 'Credits' to the README.
2010-10-31 11:35:28 -07:00
Corey Innis
87537fadc6
Add authorship clarification to README.
2010-10-31 10:40:27 -07:00
Corey Innis
3fe08a3804
Rename README so GitHub will render it
2010-10-31 10:34:00 -07:00