Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Typst support - raw typst

use

const generateTypstNode = (val) => {
  let result = {
    type: 'raw',
    lang: 'typst',
    typst: val
  }
  return result
}

to replace any node with a typst node.