Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose HTMLRenderOptions for djot renderHTML function as props #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

kelvinsjk
Copy link

For the Djot.svelte component, added an optional prop to pass in custom HTMLRenderOptions (also moved the djot import to <script context="module"> in order to export the HTMLRenderOptions type)

Under routes/options, have also added a demo route showing the use of the new prop

Also changed:

  • update all dependencies to latest versions
  • removed the self devDependency
  • added module: NodeNext to tsconfig to resolve the error it was giving me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant