1. 22 Oct, 2014 4 commits
  2. 20 Oct, 2014 12 commits
  3. 18 Oct, 2014 2 commits
  4. 17 Oct, 2014 4 commits
    • RawKStar77's avatar
      Create renderInlineMath() to handle edge cases · b68567b0
      RawKStar77 authored
      Splits up math and markdown rendering into 2 functions:
      
      renderMathAndMarkdown handles blockmath, and renderInlineMath handles inline math. Multiline math like matrices is not supported with inline math, but this is ok because it wouldn't look right anyway.
      b68567b0
    • Aron Carroll's avatar
      Use floats in the grid module · 81e9c882
      Aron Carroll authored
      This works around the nasty hacks involved in removing the whitespace
      between inline-block elements without having to use comments or
      negative letter/word spacing.
      
      This does mean we can't do centered or right aligned grids very easily
      at the moment. If we need these things in future we can reconsider.
      81e9c882
    • Aron Carroll's avatar
      Add a simpler grid system · aa598cc2
      Aron Carroll authored
      This replaces the YUI module we had before and implements only the parts
      of the system that we need at the moment leaving a far cleaner and more
      readable api.
      aa598cc2
    • Aron Carroll's avatar
      Remove YUI grid · 2927a1e5
      Aron Carroll authored
      It's not currently used anywhere and we could do with a cleaner grid
      implementation.
      2927a1e5
  5. 16 Oct, 2014 15 commits
  6. 15 Oct, 2014 2 commits
  7. 08 Oct, 2014 1 commit