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

feat: markdown support #292

Open
MarkOSullivan94 opened this issue Sep 11, 2024 · 1 comment
Open

feat: markdown support #292

MarkOSullivan94 opened this issue Sep 11, 2024 · 1 comment
Labels

Comments

@MarkOSullivan94
Copy link
Contributor

MarkOSullivan94 commented Sep 11, 2024

Description

It would be great if we could have support for Markdown content where we could have markdown documents in our projects and automatically convert them into Jaspr components

There is already a package to convert Markdown to HTML called markdown which could be used to convert markdown to HTML and then convert to Jaspr components

Ideally it would be nice if we could have a Component similar to this

Markdown(
  markdown: markdown
  h1: 'text-3xl font-bold',
  h2: 'text-2xl font-bold',
  a: 'text-sm', 
  ... 
)
@mjablecnik
Copy link
Contributor

Hello, did you try jaspr_markdown?

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

No branches or pull requests

2 participants