Skip to content

Commit

Permalink
Merge pull request #1424 from NoRedInk/heading-markdown-no-p
Browse files Browse the repository at this point in the history
No <p> in Heading.markdown
  • Loading branch information
ap-nri authored Jul 14, 2023
2 parents 839656c + bebccba commit 8d974aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nri/Ui/Heading/V3.elm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ markdown content =
Attribute <|
\config ->
{ config
| content = Content.markdownContent content
| content = Content.markdownInline content
, css = MarkdownStyles.anchorAndButton ++ config.css
}

Expand Down

0 comments on commit 8d974aa

Please sign in to comment.