Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 10, 2025
  3. Mar 08, 2025
  4. Mar 07, 2025
  5. Mar 06, 2025
  6. Mar 05, 2025
  7. Mar 04, 2025
  8. Mar 02, 2025
  9. Mar 01, 2025
  10. Feb 27, 2025
  11. Feb 26, 2025
  12. Feb 24, 2025
  13. Feb 21, 2025
  14. Feb 19, 2025
    • John MacFarlane's avatar
      Revert "Docx reader and writer: support row heads." · 3caf2b1e
      John MacFarlane authored
      This reverts commit cbe67b96.
      
      Word sets `w:firstColumn="1"` by default for tables.  You have to find
      the Table Design tab and explicitly uncheck "First Column" to make this
      go away.  In most cases, I don't think writers intend to designate
      the first column as a row head, so this commit is going to produce
      unexpected results.  In addition, because of the table normalization
      done by pandoc-type's `tableWith`, any table containing a colspanned
      cell in the left-hand column will get broken if the first column is
      designated a row head.  For these reasons it seems best to revert this
      change, which was made in response to #9495.
      
      Closes #10627.
      3caf2b1e
  15. Feb 18, 2025
  16. Feb 16, 2025
  17. Feb 14, 2025
  18. Feb 13, 2025
  19. Feb 12, 2025
    • John MacFarlane's avatar
      Markdown writer: omit extra space after bullets. · 0fe62545
      John MacFarlane authored
      We used to insert extra spaces to ensure that the content respected
      the four-space rule.  That is not really necessary now, since pandoc's
      markdown and most markdowns don't follow the four-space rule.
      
      Those who want the old behavior can obtain it by using
      `-t markdown+four_space_rule`.
      
      Closes #7172.
      0fe62545
Loading