rustmark 0.6.3

Extensible web application for serving Markdown-based content
1
2
3
4
5
document.addEventListener("DOMContentLoaded", function() {
	twemoji.parse(document.body, { folder: "svg", size: "svg", ext: ".svg" });
});