Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Bold in Markdown/Front Matter

Started by Muut Archive 9 years ago · 1 replies · 872 views
9 years ago

Hi all,
I know the basics of markdown syntax and I want to have part of my text in bold editing my frontmatter/markdown file.
but

TXT
**Some Text**

has no effect, while

TXT
*Some Text*

works as expected with italics.
The HTML string:

TXT
<strong>Some Text</strong>

does not work as well.
Instead, setting bold font in CSS works as expected.
Am I missing something inside Grav configuration?

Thanks

9 years ago

Solved: I was missing the strong tag in CSS.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1321 9 years ago
Archive · by Muut Archive, 9 years ago
2 916 9 years ago
Archive · by Muut Archive, 9 years ago
2 4047 9 years ago
Archive · by Muut Archive, 9 years ago
1 2921 9 years ago
Archive · by Muut Archive, 9 years ago
3 1105 9 years ago