1. 30 jan., 2024 1 validation
  2. 23 nov., 2023 2 validations
  3. 13 nov., 2023 1 validation
  4. 06 nov., 2023 2 validations
  5. 30 oct., 2023 1 validation
  6. 29 oct., 2023 1 validation
  7. 19 sept., 2023 1 validation
  8. 17 sept., 2023 1 validation
  9. 14 sept., 2023 1 validation
  10. 13 sept., 2023 1 validation
  11. 12 sept., 2023 1 validation
  12. 23 août, 2023 1 validation
  13. 22 août, 2023 2 validations
  14. 06 août, 2023 2 validations
  15. 04 août, 2023 1 validation
  16. 12 mai, 2023 1 validation
  17. 02 fév., 2023 1 validation
    • John Kristensen's avatar
      Correctly strip leading white-space from markdown · ae652a8e
      John Kristensen a écrit
      If the markdown contains something that is indented by more that the
      `leadingTabs`/`leadingWs` then extra white space is incorrectly removed.
      ie the following example:
      
      ```
          <section data-markdown>
          some text
             indented text
                more indented text
          </section>
      ```
      
      would result in the following markdown:
      
      ```
      some text
         indented text
        more indented text
      ```
      
      We can work around this problem by using a function to generate the
      replace value.
      ae652a8e
  18. 17 jan., 2023 1 validation
  19. 17 oct., 2022 2 validations
  20. 08 août, 2022 1 validation
  21. 19 mai, 2022 1 validation
  22. 12 mai, 2022 2 validations
  23. 21 mar., 2022 3 validations
  24. 16 mar., 2022 1 validation
    • Eric Wieser's avatar
      Allow the skipHtmlTags option to be overriden · 470aa768
      Eric Wieser a écrit
      The previous logic here was backwards, and did not allow the user to override `options` in the mathjax config structure.
      This makes it match how the `startup` and `tex` fields are merged.
      470aa768
  25. 09 mar., 2022 1 validation
  26. 28 fév., 2022 2 validations
  27. 26 fév., 2022 1 validation
  28. 25 fév., 2022 1 validation
  29. 21 fév., 2022 1 validation
  30. 10 fév., 2022 1 validation
  31. 02 fév., 2022 1 validation