Within markdown, is there a way of making one word within a sentence bigger than all of the rest?
Know you can change the size of a heading using #'s but not sure if there is a way to change the size of the main body as a whole, let alone just one word within the main body?
Thanks
Changing the font sizes in markdown can be done by employing HTML tags and specifying the number for the font. Both the entire text and a specific section of it can have their font size altered.
To change font size in HTML, use the CSS font-size property. Set it to the value you want and place it inside a style attribute. Then add this style attribute to an HTML element, like a paragraph, heading, button, or span tag.
You can't do it strictly within markdown, but the markdown syntax does permit HTML markup, and many markdown processors honor that, at least partially. So the following would theoretically work, and might actually work depending on the processor.
This is a paragraph with one <span style="font-size:larger;">word</span>
larger than the others.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With