1. 02 Oct, 2021 2 commits
    • 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
  2. 11 Sep, 2021 3 commits
  3. 02 Apr, 2021 2 commits
  4. 29 Jan, 2021 2 commits
  5. 13 Dec, 2020 1 commit
  6. 02 Nov, 2020 1 commit
    • avioral's avatar
      fix: broken draw io diagram on rtl mode, improve elasticsearch config (#2647) · 089b7850
      avioral authored
      * - Modify elastic settings
      - Add tags field to index
      - Modify elastic search query
      - Remove empty entities from build suggests list
      
      * Fix map parser error
      
      * - Fix broken drawio svg diagram (rtl issue)
      
      * - Restore the spaces in objects to respect the project formatting rules.
      - Omit explanation line
      089b7850
  7. 01 Nov, 2020 2 commits
    • takumi9942's avatar
      fix: media print css (#2593) · d30fa829
      takumi9942 authored
      d30fa829
    • 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
  8. 23 Oct, 2020 1 commit
  9. 06 Oct, 2020 1 commit
  10. 03 Oct, 2020 2 commits
  11. 26 Sep, 2020 1 commit
  12. 21 Sep, 2020 1 commit
  13. 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
  14. 14 Sep, 2020 1 commit
  15. 13 Sep, 2020 4 commits
  16. 12 Sep, 2020 1 commit
  17. 08 Sep, 2020 1 commit
  18. 07 Sep, 2020 1 commit
  19. 06 Sep, 2020 3 commits
  20. 05 Sep, 2020 2 commits
  21. 02 Sep, 2020 1 commit
  22. 31 Aug, 2020 1 commit
  23. 30 Aug, 2020 2 commits
  24. 23 Aug, 2020 1 commit
  25. 22 Aug, 2020 1 commit
  26. 15 Aug, 2020 1 commit