jaspr icon indicating copy to clipboard operation
jaspr copied to clipboard

feat: markdown support

Open MarkOSullivan94 opened this issue 1 year ago • 1 comments

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', 
  ... 
)

MarkOSullivan94 avatar Sep 11 '24 14:09 MarkOSullivan94

Hello, did you try jaspr_markdown?

mjablecnik avatar Sep 12 '24 01:09 mjablecnik

I think this can be closed now.

There is jaspr_content that does markdown parsing and a lot more.

schultek avatar May 30 '25 08:05 schultek