head
title My Website!
script(src="someScript.js")
body
h1 This content is in one line...
h2.
This content can span
multiple lines!
script.
// No need for a type="TypeScript" specifier!
class SomeClass {
public foo: number;
private bar: string;
}
const a: Array = [];
a.push(new SomeClass());
script(src="someFile.ts")
const a: number = 123;
h1.
You can italicize words, make them bold, or both.
This site was made with the Spells compiler!
GitHub: https://github.com/abby-1b/Spells
Contact: [[email protected]
](mailto:[email protected]