Add Markdown text style for overline text

Commentaires

1 commentaire

  • クリス

    The only thing that Markdown does is provide an easy way to write limited HTML with symbols. Markdown doesn't support this, though it is possible to create overlined text in CSS by using `text-decoration: overline;`

    The only issue there seems to be is, what symbols would be used to wrap around the text to be overlined?

    1

Vous devez vous connecter pour laisser un commentaire.