You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
Would it be possbile to use the blade directive like this?
@parsedown
# How to setup you account
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Numquam obcaecati
atque adipisci ex ipsa eius odit. Amet illo possimus eius officiis quaerat
modi beatae, nemo ea deserunt minus a culpa.
## Checklist
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
- Aliquam nec nulla non lorem hendrerit pulvinar vel non justo.
- Pellentesque in ligula porta nibh auctor tristique.
@endparsedown
For now I've solved it by using a blade component but I guess it would be nice to have this functionality built in.
components/parsedown.blade.php:
@parsedown($slot)
Usage:
<x-parsedown>
(markdown content)
</x-parsedown>
The text was updated successfully, but these errors were encountered:
Would it be possbile to use the blade directive like this?
For now I've solved it by using a blade component but I guess it would be nice to have this functionality built in.
components/parsedown.blade.php:
Usage:
The text was updated successfully, but these errors were encountered: