1. 14 sept., 2023 1 validation
  2. 12 sept., 2023 1 validation
  3. 23 août, 2023 1 validation
  4. 22 août, 2023 2 validations
  5. 06 août, 2023 2 validations
  6. 04 août, 2023 1 validation
  7. 12 mai, 2023 1 validation
  8. 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
  9. 17 jan., 2023 1 validation
  10. 17 oct., 2022 2 validations
  11. 08 août, 2022 1 validation
  12. 19 mai, 2022 1 validation
  13. 12 mai, 2022 2 validations
  14. 21 mar., 2022 3 validations
  15. 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
  16. 09 mar., 2022 1 validation
  17. 28 fév., 2022 2 validations
  18. 26 fév., 2022 1 validation
  19. 25 fév., 2022 1 validation
  20. 21 fév., 2022 1 validation
  21. 10 fév., 2022 1 validation
  22. 02 fév., 2022 1 validation
  23. 10 nov., 2021 2 validations
  24. 28 oct., 2021 1 validation
  25. 08 oct., 2021 1 validation
  26. 06 oct., 2021 1 validation
  27. 04 oct., 2021 3 validations
  28. 29 sept., 2021 1 validation
  29. 28 sept., 2021 1 validation
  30. 16 sept., 2021 1 validation
    • Jens Lechtenbörger's avatar
      Support multiple aside notes elements per slide · f9ce61e3
      Jens Lechtenbörger a écrit
      So far, multiple notes per slide are only supported if they are
      attached to fragments (without fragments, only the first aside notes
      element on a slide is displayed).  With this commit, the contents of
      all notes on a slide are displayed (except for fragments with notes,
      for which, as before, only each fragment's first/single note is
      displayed).
      f9ce61e3