Hi. Creating a new plug to display a simple sidebar based on another markdown page (called SIDEBAR… creative I know.
). I need to call markdownToHtml from the markdown package but it’s not exposed to the plugin API in the current release. There was a fix that was merged with main a couple weeks ago. Do you know when JSR will be updated with the new build? Thanks!
2 Likes
You could just call it directly for now using the syscall function
1 Like
Thanks. New to typescript. I’ll figure it out.
2 Likes