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