Skip to content
Snippets Groups Projects
  1. Aug 12, 2022
    • Matt Wang's avatar
      `mermaid`: refactor config to use `mermaid_config.js` include, only require... · e2f1546c
      Matt Wang authored
      `mermaid`: refactor config to use `mermaid_config.js` include, only require `mermaid.version` in `_config.yml` (#909)
      
      This PR has a bit of scope creep! This PR now:
      
      - changes the mermaid opt-in logic to only check for the existence of a `mermaid` key instead of `mermaid != false`: this resolves the follow-up in #857
      - changes the behaviour of mermaid configuration
          - instead of using `mermaid_init.html` with default settings, makes the include `mermaid_config.js`
          - the include is loaded directly into the contents of `mermaid_initialize`
          - by default, it is an empty object (i.e. `{}`), triggering the defaults
      - updates docs
      - adds an example to the markdown kitchen sink  
      
      It does significantly change the interface provided in #857, and I apologize for the confusion. However, given the discussion in this PR, I think it's the best move forward!
      Unverified
      e2f1546c
  2. Jul 13, 2022
  3. Jul 12, 2022
  4. Jul 04, 2022
  5. Mar 03, 2022
  6. Oct 13, 2020
  7. Oct 12, 2020
  8. Sep 14, 2020
  9. Aug 26, 2020
  10. Jul 25, 2020
  11. Jul 10, 2020
  12. Jul 09, 2020
  13. Jun 25, 2020
  14. Apr 24, 2020
  15. Mar 24, 2020
  16. Jan 12, 2020
  17. Jan 02, 2020
  18. Dec 29, 2019
  19. Nov 27, 2019
  20. Nov 12, 2019
    • Alexey Averikhin's avatar
      Enable IP anonymization in Google Analytics (GDPR) · 25331a5f
      Alexey Averikhin authored
      - Introduced "ga_tracking_anonymize_ip" parameter to enable/disable Google Analytics IP anonymization (to comply with GDPR).
      
      (cherry picked from commit ce530f36fa0549c78ffe53ea6077f44f6f0b330f) (+1 squashed commit)
      Squashed commits:
      [69b7718] - enable GA anonymize_ip
      
      (cherry picked from commit f2b67c632af72b61dd634b9a337200781519691e)
      25331a5f
  21. Oct 02, 2019
  22. Sep 11, 2019
  23. Sep 09, 2019
  24. Aug 31, 2019
    • Peter Mosses's avatar
      Mathjax support added · 7220197a
      Peter Mosses authored
      Mathjax config options added.
      `compress_html` config option changed,
      Mathjax script loaded by head when `page.mathjax` is truthy.
      Documentation and test page added.
      See also issue #198.
      7220197a
  25. Aug 17, 2019
  26. Aug 15, 2019
  27. Aug 14, 2019
Loading