Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.toml ```toml enableVideoHost = true videoHostURL = "https://a.com/" ``` Markdown ```md [^1]<video src="/videos/sunrise.mp4" ... title="Sunrise"></video> ``` or ```md [^1]![](/videos/sunrise.mp4 "Sunrise") ``` Rendered HTML ```html <p> <sup style="float:right" class="footnote-ref" id="fnref:1"> <a href="#fn:1">[1]</a> </sup> <video src="https://a.com/videos/sunrise.mp4" controls></video> <span class="caption">◎ Sunrise</span> </p> ```
- Loading branch information