1. 16 Oct, 2021 1 commit
  2. 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
  3. 09 Oct, 2021 8 commits
  4. 02 Oct, 2021 4 commits
    • broxen's avatar
      fix: hide keyline when footnotes are preceded by header (#4529) · 3e795777
      broxen authored
      Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.
      
      Examples:
      ```md
      # References
      [^1]: Shows no key-line because References header has one already
      
      # New Page
      Text goes here and whatever else
      
      [^1]: these footnotes have no preceding header and will show a key-line
      ```
      3e795777
    • broxen's avatar
      fix: issue with Custom Header IDs (#4527) · db73b650
      broxen authored
      Fix the issue described in discussion #3502 regarding header links and TOC failing to properly generate when header ID is custom defined.
      db73b650
    • broxen's avatar
      fix: display of Headers within Details Summary (#4491) · 8aa02318
      broxen authored
      * Header formatting for Details Summary
      
      Cleaning up Headers within Details Summary
      
      * Fix for TOC Anchor location
      
      Fix for TOC Anchor location within Details Summary
      
      * display: none for the keyline seems smarter
      
      * Fixes to accommodate large summaries
      
      Fixed to accommodate larger summaries containing both headers and phrasing text. Still removing keylines for summaries with ONLY a header.
      8aa02318
    • Иван's avatar
      14cb17c2
  5. 30 Sep, 2021 3 commits
  6. 28 Sep, 2021 1 commit
  7. 25 Sep, 2021 2 commits
  8. 15 Sep, 2021 3 commits
  9. 14 Sep, 2021 1 commit
  10. 12 Sep, 2021 1 commit
  11. 11 Sep, 2021 3 commits
  12. 09 Sep, 2021 1 commit
  13. 05 Sep, 2021 1 commit
  14. 01 Sep, 2021 2 commits
  15. 20 Aug, 2021 1 commit
  16. 03 Aug, 2021 1 commit
  17. 25 Jun, 2021 1 commit
  18. 24 Jun, 2021 1 commit
  19. 16 Jun, 2021 1 commit
  20. 26 May, 2021 1 commit
  21. 24 May, 2021 2 commits