Skip to content
Snippets Groups Projects
  1. Dec 01, 2014
  2. Nov 21, 2014
  3. Oct 16, 2014
  4. Oct 09, 2014
  5. Sep 23, 2014
  6. May 19, 2014
  7. May 09, 2014
  8. Jan 23, 2014
  9. Aug 13, 2013
  10. May 08, 2013
  11. Mar 15, 2013
  12. Jan 12, 2013
  13. Nov 07, 2012
  14. Sep 07, 2012
    • Brandon Frohs's avatar
      Fully integrate mode tests into main test harness, with extra features. · 2732eb2a
      Brandon Frohs authored
      - Integrated stex and Markdown mode tests into main test harness
      
      - Added ability to restart tests partway through
      
      - Added verbose option, to add message to output for *every* test
      
      - Added ability to show verbose messages and run specific tests or all tests for 1+ mode(s) via location.hash
      
      - Added support for custom messages (either return value [pass] or throw value [fail])
      
      - Switched away from .innerHTML, .write(), etc in most places
      
      - Make the progress bar actually 0px wide when 0% complete (and still keep padding)
      
      - Added link to tests from each mode's demo page
      2732eb2a
  15. Sep 04, 2012
    • Brandon Frohs's avatar
      [markdown mode] Improvements to parsing and tester · 75ff4561
      Brandon Frohs authored
      (Squashed commit. Below are the original commit messages:)
      
      - Add highlighting test for Markdown for consecutive backticks.
      
      - Make it possible to wrap inline code in multiple backticks.
      
      - Add highlighting test for Markdown mode to only allow a single space
        to separate brackets.
      
      - Make it possible to separate bracket groups with a space.
      
      - Allow for horizontal rules to use dashes.
      
      - Allow for *any* number of -'s or ='s for setex headers.
      
      - Remove requirement that the text for setext headers have to be
        highlighted.
      
      - Might revisit someday to work on this, but in the meantime, it's
        better to prevent regressions than to be picky about what would be
        highlighted in an ideal world.
      
      - Correctly match single line footnotes with title.
      
      - Match inline links in Markdown mode.
      
      - Don't match unclosed code blocks.
      
      - Get mode test highlighter in line with CodeMirror.highlight().
      
      - It would be nice to use all native functions, to avoid having to update this manually each time.
      
      - Fix tests per fixes made to mode test highlighter.
      
      - Properly handle multiple classes for mode tests.
      
      - More correct handling of EM and STRONG in Markdown mode.
      
        Per Markdown documentation: "You can use whichever style you prefer;
        the lone restriction is that the same character must be used to open
        and close an emphasis span." # This is the 15th commit message:
      
      - Allow escaping of * and _ by surrounding with spaces.
      
        Per Markdown documentation:
      
        "But if you surround an * or _ with spaces, it’ll be treated as a
        literal asterisk or underscore."
      
      - More correct support for inline code blocks.
      
      - Adjust Markdown highlighting tests to fit readability, rather than
        100% conformance with Markdown documentation.
      
        Although unclosed italics, bold, and inline code would not be
        formatted by a Markdown parser, it is extremely helpful to have the
        styles added even when it is not yet closed. It may be a good idea
        to add an 'incomplete' flag for each at some point, in order to
        style it (and mark it) as different. Perhaps piggyback off of
        "error".
      75ff4561
  16. Aug 03, 2012
  17. Aug 01, 2012
  18. Jun 27, 2012
  19. Jun 18, 2012
  20. Mar 05, 2012
  21. Jan 27, 2012
  22. Dec 15, 2011
  23. Nov 28, 2011
  24. Jun 07, 2011
    • Marijn Haverbeke's avatar
      Support editor themes · c87acbfd
      Marijn Haverbeke authored
      This normalizes the classes used by most of the modes
      (reStructuredText and diff didn't fit in), and makes them all
      reference a central style sheet (under theme/). It also adds a theme
      option that can be set to change the theme, and defines a few
      different themes (some based on old mode colors).
      c87acbfd
  25. May 04, 2011
  26. Mar 28, 2011
  27. Mar 16, 2011
Loading