Skip to content
  1. May 01, 2015
    • Raniere Silva's avatar
      Merge pull request #228 from r-gaia-cs/core-fix-gloss-check · c70bebd3
      Raniere Silva authored
      Fix check of glossary item
      c70bebd3
    • Raniere Silva's avatar
      Fix check of glossary item · 45dbfcdc
      Raniere Silva authored
      CommonMark doesn't support definition list
      and we have to workaround this limitation.
      
      This commit removes the request
      that line continuation start with four white spaces
      because (1) CommonMark remove the white spaces and
      (2) Pandoc doesn't care about it.
      
          $ pandoc <<EOF
          foo
          :   bar
              continue
          EOF
          <dl>
          <dt>foo</dt>
          <dd>bar continue
          </dd>
          </dl>
          $ pandoc <<EOF
          foo
          :   bar
          continue
          EOF
          <dl>
          <dt>foo</dt>
          <dd>bar continue
          </dd>
          </dl>
      45dbfcdc
  2. Apr 25, 2015
  3. Apr 20, 2015
  4. Apr 19, 2015
  5. Apr 15, 2015
  6. Apr 14, 2015
  7. Apr 12, 2015
  8. Apr 10, 2015
  9. Apr 07, 2015
  10. Apr 04, 2015
  11. Mar 28, 2015
  12. Mar 24, 2015
  13. Mar 22, 2015
  14. Mar 21, 2015