Skip to content
Snippets Groups Projects
  1. Jun 20, 2012
  2. Jun 18, 2012
  3. Jun 09, 2012
  4. Jun 08, 2012
    • Felipe Lalanne's avatar
      [gfm mode] Fix: autolinks syntax. New: double bracket links. · 33206b19
      Felipe Lalanne authored
      Autolinks were not being displayed as such in the editor, changed
      'linkhref' to 'link' in line 72 to fix it.
      
      Added support for GFM double bracket links. '[[link]]' is now displayed
      correctly as a link by the editor.
      
      Added coloring support for latex formulas, usage of
      - "$formula$",
      - "$$formula$$",
      - "\( formula \)", and
      - "\[ formula \]"
      will now be highlighted with the same coloring used for strings.
      33206b19
  5. Jun 06, 2012
  6. Jun 03, 2012
  7. Jun 01, 2012
  8. May 31, 2012
  9. May 30, 2012
  10. May 18, 2012
  11. May 15, 2012
  12. May 11, 2012
  13. May 10, 2012
  14. May 03, 2012
  15. Apr 23, 2012
  16. Apr 20, 2012
  17. Apr 19, 2012
  18. Apr 18, 2012
    • Marijn Haverbeke's avatar
      [xml mode] Fix null-dereference · 1068a7fb
      Marijn Haverbeke authored
      Closes #502
      1068a7fb
    • eustas's avatar
      HTML: "implicit-closing" fixes. · 46b629b9
      eustas authored
      1) "colgroup" is not to be closed by another "colgroup" (there are other conditions in spec).
      2) recursive self closing is allowed; example:
         <optgroup>
          <option>
         <optgroup>
      3) selfclosers should also grab context; example:
      
         <optgroup>
          <option>
         <optgroup />
      46b629b9
  19. Apr 17, 2012
  20. Apr 04, 2012
  21. Apr 03, 2012
Loading