- Apr 12, 2016
-
-
James Howard authored
There were two issues: 1. Github flavored markdown calls Objective C `objective-c` 2. The gfm.js mode didn't include `-` in its fenced code block regex Additionally, test/index.html did not import the mode/meta.js file, which prevented mode lookup by name from working in unit tests.
-
- Mar 31, 2016
-
-
Josh Soref authored
-
- Sep 21, 2015
-
-
Dave Brondsema authored
-
- Sep 17, 2015
-
-
Marijn Haverbeke authored
-
Wes Cossick authored
-
Marijn Haverbeke authored
Damaged in 1a56b954
-
- Sep 09, 2015
-
-
Marijn Haverbeke authored
Issue #3516
-
Dave Brondsema authored
Since foo:bar was matching as a regex (as reported in #2521 but still occurring for me), limit URI schemes to those in the CommonMark spec for autolinks http://spec.commonmark.org/0.22/#autolinks
-
- Sep 02, 2015
-
-
Marijn Haverbeke authored
Closes #3386
-
- Jun 26, 2015
-
-
Marijn Haverbeke authored
Closes #3345
-
- Nov 03, 2014
-
-
Marcel Gerber authored
Issue #2903
-
- Oct 22, 2014
-
-
Jeremy Parmenter authored
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
- Sep 23, 2014
-
-
Marijn Haverbeke authored
-
- Sep 21, 2014
-
-
Beni Cherniavsky-Paskin authored
after header immediately followed by a code block, GFM formatting is broken (SHA, #issue, URLs). overlay.codeBlock gets it wrong (false inside fenced block, true after). Not yet sure why.
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- May 02, 2014
-
-
Brandon Frohs authored
Added `combineTokens` for overlays that can override default `combine` argument.
-
- Apr 30, 2014
-
-
Brandon Frohs authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
Closes #2015
-
Marijn Haverbeke authored
-
- Dec 27, 2013
-
-
Marijn Haverbeke authored
-
- Dec 17, 2013
-
-
Brandon Frohs authored
Closes #2039
-
- Dec 12, 2013
-
-
Marijn Haverbeke authored
-
- Dec 09, 2013
-
-
Brandon Frohs authored
-
- Oct 17, 2013
-
-
Marijn Haverbeke authored
Closes #961
-
- Aug 13, 2013
-
-
Marijn Haverbeke authored
-
- Feb 28, 2013
-
-
Brandon Frohs authored
Closes #1165.
-
- Feb 22, 2013
-
-
Marijn Haverbeke authored
-
- Jan 16, 2013
-
-
Marijn Haverbeke authored
Issue #1160
-
Marijn Haverbeke authored
-
- Jan 12, 2013
-
-
Marijn Haverbeke authored
Tests are now specified in a less redundant format, and should be easier to read and write.
-
- Jan 08, 2013
-
-
Marijn Haverbeke authored
Closes #1133
-
- Nov 16, 2012
-
-
Brandon Frohs authored
Fenced code blocks *do* have syntax highlighting.
-
Kevin Sawicki authored
This ensures that markdown.js is loaded when gfm mode is loaded using CodeMirror.autoLoadMode
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Oct 03, 2012
-
-
Brandon Frohs authored
-
Brandon Frohs authored
- Add options to Markdown mode to make it easier to extend - Add GFM text overlay - SHA, User@SHA, and User/Project@SHA - #Num, User/#Num, and User/Project#Num - Vanilla URLs - Add GFM-specific tests - Fix overlay code so blankLine() is called - Fix GFM for v3
-
- Sep 12, 2012
-
-
Marijn Haverbeke authored
This makes the formatter easier to adjust to new mode, and cleans it up somewhat.
-
- Aug 28, 2012
-
-
Marijn Haverbeke authored
Add CodeMirror.defineOption function for defining new options. Add findMatchingBracket to the methods exported by this extension. Closes #746
-