You need to sign in or sign up before continuing.
  1. 20 Sep, 2022 1 commit
  2. 14 Aug, 2022 1 commit
  3. 19 Jul, 2022 1 commit
  4. 25 Jun, 2022 1 commit
  5. 11 Jun, 2022 2 commits
  6. 16 May, 2022 1 commit
  7. 15 May, 2022 1 commit
  8. 13 May, 2022 1 commit
  9. 12 Feb, 2022 2 commits
  10. 23 Jan, 2022 1 commit
  11. 10 Jan, 2022 1 commit
  12. 25 Dec, 2021 1 commit
  13. 18 Dec, 2021 1 commit
  14. 09 Dec, 2021 1 commit
  15. 06 Nov, 2021 1 commit
  16. 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
  17. 09 Oct, 2021 1 commit
  18. 11 Sep, 2021 1 commit
  19. 02 Apr, 2021 2 commits
  20. 29 Jan, 2021 2 commits
  21. 13 Dec, 2020 1 commit
  22. 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
  23. 23 Oct, 2020 1 commit
  24. 06 Oct, 2020 1 commit
  25. 03 Oct, 2020 2 commits
  26. 19 Sep, 2020 1 commit
    • James C's avatar
      fix: markdown editor URL autocompletion (#2452) · 5a9df24f
      James C authored
      Fix for #2062. Using token.string only captured the character at the cursor. Now using the cursor location to determine suitable search text. Also corrected syntax issue where suggestion removed opening link parenthesis.
      5a9df24f
  27. 14 Sep, 2020 1 commit
  28. 13 Sep, 2020 3 commits
  29. 12 Sep, 2020 1 commit
  30. 08 Sep, 2020 1 commit
  31. 07 Sep, 2020 1 commit
  32. 06 Sep, 2020 2 commits