Skip to content

Markdown format is not working 100% #27645

Answered by LekoArts
Isaac-Tait asked this question in Help
Discussion options

You must be logged in to vote

When testing it out in a codesandbox the <hr> element appears just fine. You're missing the necessary CSS styles for it to appear. I think Tailwind only adds styles for it with the typography plugin.

Adding this let's it appear.

hr {
  height: 2px;
  background: black;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Isaac-Tait
Comment options

Answer selected by sidharthachatterjee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #27645 on October 27, 2020 07:54.