How to convert from Microsoft Word (.doc or .docx) to Typst?

Hi @maso,

you can use pandoc for that conversion.

pandoc document.docx -t typst

will give you a Typst document.

1 Like