Powered by MarkdownBrain

Use CDN load HTMX script

You can use public CDN libraries to load the HTMX script required by MarkdownBrain.

For example:

Example

Add htmx_js_url to the config.yml file on the server:

# Use CDN 
htmx_js_url: "https://cdn.jsdelivr.net/npm/[email protected]/dist/htmx.min.js"

Last updated: 2025-01-06.