mirror of https://github.com/jpanther/congo.git
parent
ecf207273c
commit
4ca9f334cb
|
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- `lead` shortcode not rendering Markdown formatted text ([#73](https://github.com/jpanther/congo/issues/73))
|
||||||
|
|
||||||
## [1.6.1] - 2021-12-31
|
## [1.6.1] - 2021-12-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<p class="!mb-9 text-xl text-neutral-500 dark:text-neutral-400">
|
<div class="!mb-9 text-xl text-neutral-500 dark:text-neutral-400">
|
||||||
{{ .Inner }}
|
{{ .Inner | markdownify }}
|
||||||
</p>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue