I am trying to modify my code block with css. While an example like this works:
{: style="text-align: center;"}
```
!! WARNING: TERRIBLE HUMOR AHEAD !!
```
(the text becomes centered inside the code block) the font weight just refuses to work
{: style="text-align: center; font-weight: 900;"}
```
!! WARNING: TERRIBLE HUMOR AHEAD !!
```
How can I make the text inside the code block, bold??
EDIT: Final rendered html
` tag in kramdown is suppressing it, as the html turned out to be fine!
– Ishan Srivastava Jul 01 '19 at 18:47`
– Ishan Srivastava Jul 01 '19 at 18:58