Skip to content
Snippets Groups Projects
  1. Nov 01, 2020
    • 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
    • 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***
  2. Oct 26, 2020
  3. Oct 25, 2020
  4. Oct 23, 2020
  5. Oct 21, 2020
  6. Oct 19, 2020
  7. Oct 18, 2020
  8. Oct 14, 2020
  9. Oct 06, 2020
  10. Oct 04, 2020
  11. Oct 03, 2020
  12. Oct 01, 2020
  13. Sep 26, 2020
  14. Sep 24, 2020
  15. Sep 21, 2020
  16. Sep 20, 2020
  17. Sep 19, 2020
  18. Sep 16, 2020
  19. Sep 14, 2020
  20. Sep 13, 2020
  21. Sep 12, 2020
  22. Sep 11, 2020
Loading