This website requires JavaScript.
Explore
Help
Sign In
marcel
/
congo
mirror of
https://github.com/jpanther/congo.git
Watch
1
Star
0
Fork
You've already forked congo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c8bef8b271
congo
/
layouts
/
shortcodes
/
lead.html
4 lines
103 B
HTML
Raw
Normal View
History
Unescape
Escape
🐛 Fix lead shortcode not rendering Markdown Fixes #73
2022-01-04 23:13:23 +00:00
<
div
class
=
"!mb-9 text-xl text-neutral-500 dark:text-neutral-400"
>
{{ .Inner | markdownify }}
<
/
div
>