my forest
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 288 B view raw
1\xmlns:html{http://www.w3.org/1999/xhtml} 2 3\def\shiki/loadLanguages{c,javascript} 4\def\shiki/rootPath{/forest} 5 6\alloc\shiki/language 7\def\shiki[body]{ 8\scope{ 9\<html:shiki-block>[language]{\get\shiki/language}[load-languages]{\shiki/loadLanguages}[root-path]{\shiki/rootPath}{\body} 10} 11}