Commit Graph

874 Commits

Author SHA1 Message Date
Estevão Soares dos Santos
fafe9c45e7 Merge branch 'master' into develop 2015-01-17 00:28:51 +00:00
Estevão Soares dos Santos
88283602bb Merge pull request #54 from danielquinn/patch-1
extensions should be a list, not a string.
2015-01-17 00:19:03 +00:00
Estevão Soares dos Santos
3c7589d1d0 Merge pull request #47 from teleological/patch-2
Doc fixes
2015-01-17 00:16:57 +00:00
Estevão Soares dos Santos
c9de4b6b1f Revert "feat(allowBlockIndents): Indented inline block elements can be parsed as markdown"
This reverts commit f6326b84e4.
2015-01-17 00:13:12 +00:00
Estevão Soares dos Santos
f6326b84e4 feat(allowBlockIndents): Indented inline block elements can be parsed as markdown
When the text is pulled from indented HTML elements, ex:
```
 <body>
    <div>
        ## Content to be converted
    </div>
 </body>
```
it no longer becomes wrapped in code/pre tags. A new option is also available (allowBlockIndents) that when set to false, reverts to the previous behavior
2015-01-16 23:39:20 +00:00
Estevão Soares dos Santos
f1211ac916 chore(travis): build speedup 2015-01-16 23:09:12 +00:00
Estevão Soares dos Santos
d4f619c666 Test(emphasis): prove that emphasis mechanism is working correctly
This test scenario is related to issue #107
2015-01-16 23:05:12 +00:00
Estevão Soares dos Santos
f938d2b8aa test(emphasis): add more test scenarios to emphasis 2015-01-16 23:03:38 +00:00
Estevão Soares dos Santos
3bbe4e2ef1 test(emphasis): change test to match original spec test 2015-01-16 22:17:25 +00:00
Estevão Soares dos Santos
0a8d2836c7 refactor(grunt): Adds support for minification and minified source map. 2015-01-16 21:50:44 +00:00
Estevão Soares dos Santos
bf094ba446 test(): browser and node tests now live in different directories
This enables one to run the appropriate tests according to evironment
2015-01-16 21:48:28 +00:00
rheber
b433d7cd50 very basic cli tool 2015-01-16 14:53:20 +11:00
Estevão Soares dos Santos
394d37983e Fixed test command for travis 2015-01-15 21:29:39 +00:00
Estevão Soares dos Santos
eae5f0e01f Major code refactoring 2015-01-15 21:21:33 +00:00
Estevão Soares dos Santos
538209ec2f Merge pull request #130 from spockz/feature/table-prevent-break-on-alignment
Do not break on alignment characters in headers
2015-01-10 15:39:24 +00:00
Alessandro Vermeulen
3dbc6ffcfb Added fix to prevent table rendering to be broken by alignment character ":". 2015-01-09 21:32:05 +01:00
Estevão Soares dos Santos
548becfd58 renamed showdown to showdown legacy 2015-01-06 16:38:22 +00:00
Estevão Soares dos Santos
09026001ba Merge branch 'develop' 2015-01-06 16:07:23 +00:00
Estevão Soares dos Santos
bd242722bb V 0.3.4 build 2015-01-06 16:07:11 +00:00
Estevão Soares dos Santos
e4d96c4fd8 Bugfix: Fixes #128 Fixes issue where compressed/concatenated file breaks if angular is not present. 2015-01-06 16:06:00 +00:00
Estevão Soares dos Santos
b8675cb43f travis fix try 3 2015-01-05 01:08:56 +00:00
Estevão Soares dos Santos
9d5a3ffad1 fixed typo in travis 2015-01-05 01:06:56 +00:00
Estevão Soares dos Santos
1c048fdca9 travis fix try 2 2015-01-05 01:06:08 +00:00
Estevão Soares dos Santos
265ff507e0 Travis fix try 1 2015-01-05 01:00:01 +00:00
Estevão Soares dos Santos
b76b6ac781 Re-enable travis support 2015-01-05 00:51:56 +00:00
Estevão Soares dos Santos
bba2aef5f5 Merge branch 'develop' 2015-01-05 00:34:11 +00:00
Estevão Soares dos Santos
a87754edfb V 0.3.3. build 2015-01-05 00:33:57 +00:00
Estevão Soares dos Santos
9e63fec598 Merge branch 'vincent314-master' into develop.
Closes #127
Closes #117
Closes #93
Closes #113
Closes #74
Closes #66
2015-01-04 22:17:32 +00:00
Estevão Soares dos Santos
6db86a3d2b Merge branch 'master' of https://github.com/vincent314/showdown into vincent314-master 2015-01-04 22:15:14 +00:00
Estevão Soares dos Santos
387978acf8 Fixes #119 2015-01-04 22:03:32 +00:00
Estevão Soares dos Santos
24716d3520 Fixed undefined typo 2015-01-04 21:53:40 +00:00
Estevão Soares dos Santos
3cad130b9b Merge branch 'feature/Angular_Integration' into develop 2015-01-04 21:36:22 +00:00
Estevão Soares dos Santos
22d85ae575 Preparing new release 2015-01-04 21:27:45 +00:00
Estevão Soares dos Santos
58d4486147 Merge branch 'develop' 2015-01-04 20:48:05 +00:00
Estevão Soares dos Santos
543d1128b9 Merge branch 'feature/bower_integration' into develop 2014-11-14 18:27:34 +00:00
Estevão Soares dos Santos
9fa7085cac Add current project contributors to bower.json authors 2014-11-14 18:27:34 +00:00
Estevão Soares dos Santos
e3283e38e2 Add ignored dirs to bower.json 2014-11-14 18:27:33 +00:00
Estevão Soares dos Santos
3483ea6c1f Initial commit for bower support 2014-11-14 18:27:33 +00:00
Estevão Soares dos Santos
053288f2fe Merge branch 'hotfix/double_tables' 2014-11-14 18:19:48 +00:00
Estevão Soares dos Santos
c210613812 Merge branch 'hotfix/double_tables' into develop 2014-11-14 18:19:48 +00:00
Estevão Soares dos Santos
71b572a077 Code style fix 2014-11-14 18:16:25 +00:00
Estevão Soares dos Santos
b3c056ea65 Fixes #93 2014-11-11 22:18:35 +00:00
Estevão Soares dos Santos
930302463a SetOption and LoadExtension now return the object itself 2014-11-11 22:12:45 +00:00
vincent
476d18f47f Fix multi-table issue (buffer not flushed) 2014-11-11 20:17:35 +01:00
vincent
5eb7e618e9 add multiple markdown tables test 2014-11-11 16:48:01 +01:00
Estevão Soares dos Santos
a1c0d8f7dd Initial commit of AngularJS Integration Module 2014-11-05 03:10:02 +00:00
vincent
4909f81cf9 Furigana extension 2014-11-05 00:18:15 +01: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
Daniel Quinn
9c33c6aa87 extensions should be a list, not a string.
This confused me a for a bit until I realised what was wrong.
2013-03-28 14:18:16 +01:00