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