1. 25 Apr, 2024 1 commit
  2. 29 Jan, 2024 1 commit
  3. 23 Jan, 2024 1 commit
  4. 04 Jun, 2023 1 commit
  5. 17 Mar, 2023 1 commit
  6. 17 Feb, 2023 1 commit
  7. 08 Feb, 2023 1 commit
  8. 24 Dec, 2022 1 commit
  9. 10 Dec, 2022 1 commit
  10. 13 Nov, 2022 1 commit
  11. 09 Nov, 2022 1 commit
  12. 27 Oct, 2022 1 commit
  13. 30 Sep, 2022 1 commit
  14. 20 Sep, 2022 1 commit
  15. 14 Aug, 2022 1 commit
  16. 19 Jul, 2022 1 commit
  17. 25 Jun, 2022 1 commit
  18. 11 Jun, 2022 2 commits
  19. 16 May, 2022 1 commit
  20. 15 May, 2022 1 commit
  21. 13 May, 2022 1 commit
  22. 12 Feb, 2022 2 commits
  23. 23 Jan, 2022 1 commit
  24. 10 Jan, 2022 1 commit
  25. 25 Dec, 2021 1 commit
  26. 18 Dec, 2021 1 commit
  27. 09 Dec, 2021 1 commit
  28. 06 Nov, 2021 1 commit
  29. 10 Oct, 2021 1 commit
    • broxen's avatar
      fix: prevent malformed paths for pages (#4533) · 813df210
      broxen authored
      * First take on removing erroneous path characters
      
      Paths should not accept trailing slashes or hashtags. This is a first attempt at nullifying those.
      
      * Use rules to verify path before acceptance
      
      Use Regex and rules to verify paths before acceptance
      
      * Rules to prevent any leading or trailing slashes
      
      * Complex slug for regex on path, but it elminates special chars
      
      * Added yarn.lock to .gitignore
      
      * Maybe we do want yarn.lock afterall
      
      * Adding yarn.lock
      
      * Move Regex pattern outside of export
      813df210
  30. 09 Oct, 2021 1 commit
  31. 11 Sep, 2021 1 commit
  32. 02 Apr, 2021 2 commits
  33. 29 Jan, 2021 2 commits
  34. 13 Dec, 2020 1 commit
  35. 01 Nov, 2020 1 commit
    • Edoardo Morassutto's avatar
      fix: inline math interpreted as attributes (#2645) · a37a73de
      Edoardo Morassutto authored
      When using inline math ($e^{-x^2}$) the curly braces are interpreted as
      attributes by markdown-it-attrs. Since most of the times they are not
      valid attributes they simply get removed.
      
      This patch escapes the curly braces (the default attribute delimiter),
      fixing the KaTeX rendering errors.
      
      It would be nice to simply skip that rule for `katex_inline` block types
      but as far as I know markdown-it-attrs doesn't have such an option.
      
      Fixes #1581
      a37a73de
  36. 23 Oct, 2020 1 commit