--- title: Syntax Highlight Demo date: 2022-03-18 10:54:39 tags: --- # Syntax Highlight Demo ```ts class MyClass { public static myValue: string; constructor(init: string) { this.myValue = init; } } import fs = require("fs"); module MyModule { export interface MyInterface extends Other { myProperty: any; } } declare magicNumber number; myArray.forEach(() => { }); // fat arrow syntax ``` ```html
Accordion 1

Accordion 2

Accordion 3

``` ```html ```