Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Standalone Jekyll plugin extracted from al-folio: al-math

License

Notifications You must be signed in to change notification settings

al-org-dev/al-math

Repository files navigation

al-math

al_math provides math runtime loading for al-folio v1.x.

Installation

gem 'al_math'
plugins:
  - al_math

Usage

Render assets:

{% al_math_styles %}
{% al_math_scripts %}

TikZJax runtime is loaded from CDN config when a page sets tikzjax: true.

third_party_libraries:
  tikzjax:
    url:
      css: https://cdn.jsdelivr.net/npm/@planktimerr/[email protected]/dist/fonts.css
      js: https://cdn.jsdelivr.net/npm/@planktimerr/[email protected]/dist/tikzjax.js
    integrity:
      css: <optional-sri-hash>
      js: <optional-sri-hash>

Ecosystem context

  • Starter wiring/docs live in al-folio.
  • Math runtime ownership lives in this plugin.

Contributing

Math runtime provider/config behavior changes should be proposed in this repository.

About

Standalone Jekyll plugin extracted from al-folio: al-math

Resources

License

Stars

Watchers

Forks

Packages