Expose markdown.expandCodeWidgets and markdown.markdownToHtml as syscalls

pull/1219/merge
Zef Hemel 2025-02-08 16:51:48 +01:00
parent 9317d143b3
commit d42d2277b2
1 changed files with 2 additions and 0 deletions

View File

@ -5,8 +5,10 @@ functions:
# API
expandCodeWidgets:
path: api.ts:expandCodeWidgets
syscall: markdown.expandCodeWidgets
markdownToHtml:
path: api.ts:markdownToHtml
syscall: markdown.markdownToHtml
# User facing