1. 18 Dec, 2021 2 commits
  2. 15 Dec, 2021 1 commit
  3. 09 Dec, 2021 1 commit
  4. 08 Dec, 2021 1 commit
  5. 06 Dec, 2021 1 commit
  6. 05 Dec, 2021 3 commits
  7. 04 Dec, 2021 5 commits
  8. 18 Nov, 2021 1 commit
  9. 16 Nov, 2021 1 commit
  10. 13 Nov, 2021 2 commits
  11. 06 Nov, 2021 1 commit
  12. 29 Oct, 2021 1 commit
  13. 24 Oct, 2021 12 commits
  14. 23 Oct, 2021 1 commit
  15. 20 Oct, 2021 1 commit
  16. 16 Oct, 2021 3 commits
  17. 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
  18. 09 Oct, 2021 2 commits
    • n1xx1's avatar
      fix: default theme summary and detail (#4156) · e8d56c28
      n1xx1 authored
      Fix incorrect styling with detail/summary elements when nested together.
      e8d56c28
    • broxen's avatar
      fix: remove excess div wrappers (#4528) · 12aef93c
      broxen authored
      * Removing superfluous div wrapping
      
      It seems like standalone text is already wrapped in paragraph elements, so this code seems superfluous. Additionally, it adds div wrappers at every line break as described in #4524
      
      * Fix for newlines and returns
      
      This change skips newlines and returns to focus on unbounded text only.
      
      * misc: fix indentation
      
      * misc: fix indentation (2)
      Co-authored-by: 's avatarNicolas Giard <github@ngpixel.com>
      12aef93c