1. 03 août, 2023 3 validations
  2. 16 juin, 2023 1 validation
  3. 31 mai, 2023 1 validation
  4. 15 mai, 2023 1 validation
  5. 12 mai, 2023 2 validations
  6. 13 avr., 2023 1 validation
  7. 08 mar., 2023 1 validation
  8. 07 mar., 2023 1 validation
  9. 27 fév., 2023 1 validation
  10. 22 fév., 2023 4 validations
  11. 16 fév., 2023 1 validation
  12. 13 fév., 2023 1 validation
  13. 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
  14. 25 jan., 2023 2 validations
  15. 23 jan., 2023 1 validation
  16. 18 jan., 2023 4 validations
  17. 17 jan., 2023 5 validations
  18. 16 jan., 2023 3 validations
  19. 10 jan., 2023 3 validations
  20. 09 jan., 2023 2 validations
  21. 07 déc., 2022 1 validation