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