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