1. 27 Oct, 2014 1 commit
  2. 25 Oct, 2014 8 commits
  3. 24 Oct, 2014 5 commits
  4. 23 Oct, 2014 4 commits
  5. 22 Oct, 2014 7 commits
  6. 20 Oct, 2014 12 commits
  7. 18 Oct, 2014 2 commits
  8. 17 Oct, 2014 1 commit
    • 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