rendering html iframe with markdown helper
i want to render the below html on my blade but the inlineMarkdown is not letting me.
this is how im rendering my blog post is not letting me
however i can use the tag <font> which is an old html4 tag, like this: and gets rendered correctly and the link works. i was using a spatie-markdown package but it doesn't include a preview and the links work different.
if im using filament to create the post how could i get that iframe to render correctly?
15 Replies
also, is there an option to color text? couldn't find anything on the plugins
#tiptap it’s not a markdown editor but it supports markdown shortcuts as you type. And while it doesn’t have a preview, it supports custom style sheets to make the editing close to your output.
Might even be possible to use with #peek for iframe responsive previews.
how can i use the css there ?
It’s in the readme.
ok
which plugin or which method do you suggest i use for markdown
Probably the spatie one.
yea it just gets weird with the links
they need a own separate line
Or simple mde but you’d have to make your own plugin for it until v3. The markdown editor in v3 is going to be a lot better.
can't wait
Beta: 21d 20h 03m 50s
Release: 33d 14h 03m 50s
hopefully they added html functionality
thanks
It’s a whole new editor.
Still not a full wysiwyg, but better than the current one.
tip tap, amazing thanks for recommending 😄
I’m kinda biased though. Lol.
yea ;-D awesome!