Skip to content
  1. Dec 10, 2010
    • Rene Saarsoo's avatar
      Creation of Docs.icons = {...} for tree.js. · ecc1b30b
      Rene Saarsoo authored
      Added TreeIcons class that extracts icons from tree.
      ecc1b30b
    • Rene Saarsoo's avatar
      Replaced Maruku with RDiscount. · 0993a52a
      Rene Saarsoo authored
      RDiscount is way faster and it doesn't throw errors for malformed
      HTML like Maruku - so we can treat all the comments as Markdown,
      plus we can mix HTML and Markdown.
      
      Actually RDiscount doesn't throw any errors at all, whatever we
      feed it.  If it doesn't recognize text as correct Markdown, it
      doesn't complain - it just leaves it as is, which is perfect for
      us.
      
      There are some minor issues still with it:
      
      - <pre><code>-s getting nested when parsing Ext source.
      - Even one-liners are wrapped inside <p>...</p>.
      
      But these are pretty easily solvable.
      0993a52a
  2. Dec 07, 2010
  3. Dec 06, 2010
  4. Dec 05, 2010
  5. Nov 29, 2010
Loading