1. 12 Apr, 2014 8 commits
  2. 11 Apr, 2014 1 commit
  3. 07 Apr, 2014 1 commit
  4. 06 Apr, 2014 1 commit
    • albert-github's avatar
      Bug 678436 - Nested \if messes up list items · de502ca7
      albert-github authored
      Blank spaces after an if statement have to be removed as well. Just enable them as part of the parameter of the conditional expression and remove them later on (to be safe not having them in the parser).
      de502ca7
  5. 05 Apr, 2014 2 commits
  6. 29 Mar, 2014 1 commit
  7. 28 Mar, 2014 3 commits
  8. 27 Mar, 2014 1 commit
  9. 23 Mar, 2014 19 commits
  10. 19 Mar, 2014 2 commits
  11. 18 Mar, 2014 1 commit
    • Alex Merry's avatar
      Fix id parsing for atx markdown headers · ee830bb8
      Alex Merry authored
      isAtxHeader() parses out the id and the title into the appropriate
      variables.  The subsequent call to extractTitleId() would then have the
      trimmed title (without the id ref) as input, and hence always set id to
      be empty.
      ee830bb8