Progress toward generating static wiki pages.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4634 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-11-16 01:33:00 +00:00
parent 06ea8d4781
commit 461e7b7d5a
6 changed files with 100 additions and 92 deletions

View File

@ -1,5 +1,6 @@
import {LitElement, html, unsafeHTML} from './lit-all.min.js';
import * as tfrpc from '/static/tfrpc.js';
import * as commonmark from './commonmark.min.js';
class TfWikiDocElement extends LitElement {
static get properties() {