MarkdownView icon indicating copy to clipboard operation
MarkdownView copied to clipboard

How can I change text size

Open zogieosagie opened this issue 6 years ago • 11 comments

Hi, Please how can I change the text size in the viewer. I cant seem to find an option for that. Will it involve a code change?

zogieosagie avatar Aug 07 '18 07:08 zogieosagie

I would like to know to if (and how) it is possible to change font/fontsize...

MV-EricDeHaan avatar Jun 25 '19 13:06 MV-EricDeHaan

+1

edkeohane avatar Jul 12 '19 11:07 edkeohane

+1

fujianjin6471 avatar Jul 20 '19 14:07 fujianjin6471

+1

bdjessup avatar Oct 24 '19 20:10 bdjessup

You can hack it larger with a style block in the markdown input.

<style> body{font-size:24px;} </style>
# Effects
The default text font-size is now 24px.

tanovex avatar Nov 20 '19 17:11 tanovex

How about the text inside box ``` body {font-size} doesn't work.

520 avatar Mar 24 '20 03:03 520

I figured it out. if you want to change the font size inside the box <style> pre{font-size:30px;} </style> add it into your markdown string.

520 avatar Mar 24 '20 03:03 520

How about the text start with > , # and ## does not work.

Simer-ios avatar Apr 13 '20 05:04 Simer-ios

How about the text start with > , # and ## does not work.

Have you tried h1{font-size:px;} for #, h2 for ## ?

520 avatar Apr 13 '20 05:04 520

Yes , it is working and let me know about the default text font-size of h1 and h2 and please help me about >

Show me your code

520 avatar Apr 13 '20 05:04 520

I figured out that we can use <style> blockquote{font-size:15px;} </style> for >

khanhson47 avatar Jan 04 '21 18:01 khanhson47