1. 01 Nov, 2020 2 commits
    • 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
    • nzdjb's avatar
      docs: helm - correct ingress.hosts in README (#2641) · 4586d325
      nzdjb authored
      The ingress.hostname entry listed in the README is erroneous and not used in the ingress.yaml file.
      
      This change corrects the documentation to correctly refer to ingress.hosts and list the default value as given in values.yaml.
      
      ***NO_CI***
      4586d325
  2. 26 Oct, 2020 2 commits
  3. 25 Oct, 2020 1 commit
  4. 23 Oct, 2020 2 commits
  5. 21 Oct, 2020 1 commit
  6. 19 Oct, 2020 1 commit
  7. 18 Oct, 2020 1 commit
  8. 14 Oct, 2020 1 commit
  9. 06 Oct, 2020 1 commit
  10. 04 Oct, 2020 1 commit
  11. 03 Oct, 2020 7 commits
  12. 01 Oct, 2020 3 commits
  13. 26 Sep, 2020 1 commit
  14. 24 Sep, 2020 1 commit
  15. 21 Sep, 2020 1 commit
  16. 20 Sep, 2020 2 commits
  17. 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
  18. 16 Sep, 2020 1 commit
  19. 14 Sep, 2020 1 commit
  20. 13 Sep, 2020 6 commits
  21. 12 Sep, 2020 2 commits
  22. 11 Sep, 2020 1 commit