Markdown
Pages are created as simple markdown files. You can inject HTML with Tailwind styling:
Hover me (if u dare)
Codeblocks feature automatic syntax highlighting:
const jsFunction = () => {
console.log("i am a javascript function");
};
Pages are created as simple markdown files. You can inject HTML with Tailwind styling:
Codeblocks feature automatic syntax highlighting:
const jsFunction = () => {
console.log("i am a javascript function");
};