1. 29 oct., 2023 1 validation
  2. 19 sept., 2023 1 validation
  3. 17 sept., 2023 1 validation
  4. 14 sept., 2023 1 validation
  5. 13 sept., 2023 1 validation
  6. 12 sept., 2023 1 validation
  7. 23 août, 2023 1 validation
  8. 22 août, 2023 2 validations
  9. 06 août, 2023 2 validations
  10. 04 août, 2023 1 validation
  11. 12 mai, 2023 1 validation
  12. 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
  13. 17 jan., 2023 1 validation
  14. 17 oct., 2022 2 validations
  15. 08 août, 2022 1 validation
  16. 19 mai, 2022 1 validation
  17. 12 mai, 2022 2 validations
  18. 21 mar., 2022 3 validations
  19. 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
  20. 09 mar., 2022 1 validation
  21. 28 fév., 2022 2 validations
  22. 26 fév., 2022 1 validation
  23. 25 fév., 2022 1 validation
  24. 21 fév., 2022 1 validation
  25. 10 fév., 2022 1 validation
  26. 02 fév., 2022 1 validation
  27. 10 nov., 2021 2 validations
  28. 28 oct., 2021 1 validation
  29. 08 oct., 2021 1 validation
  30. 06 oct., 2021 1 validation
  31. 04 oct., 2021 2 validations