You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is mainly based on the code by zhaoyiqun (@cosformula on GitHub), more specifically in his [markdownToTypst.ts](https://github.com/cosformula/mdxport/blob/main/src/lib/pipeline/markdownToTypst.ts) custom conversion library (renderer to Typst code) built for his open source project [MDXport](https://mdxport.com).
198
+
This code was initially based on the code by zhaoyiqun (@cosformula on GitHub), more specifically in his [markdownToTypst.ts](https://github.com/cosformula/mdxport/blob/main/src/lib/pipeline/markdownToTypst.ts) custom conversion library (renderer to Typst code) built for his open source project [MDXport](https://mdxport.com).
220
199
221
200
## Roadmap
222
201
223
202
-[X] Finish an initial working version
224
203
-[X] Add frontmatter support and also allow to pass the keys as custom options of the main function
225
-
-[] Publish to npm
226
-
-[] Add a comprehensive test suite
204
+
-[X] Publish to npm
205
+
-[X] Add a comprehensive test suite
227
206
-[ ] Add CLI tool
228
207
-[ ] Support custom templates
229
208
-[ ] Support more Markdown extensions/flavors/specs
0 commit comments