Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fontsize increase option for Paragraph #54

Closed
seenureddy opened this issue Jun 27, 2021 · 1 comment
Closed

Add fontsize increase option for Paragraph #54

seenureddy opened this issue Jun 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@seenureddy
Copy link

Is your feature request related to a problem? Please describe.

I want to increase font size for my paragraph, I don't see any option available. I saw an option available to change the font color, I think font-size is the similar option to increase font.

Describe the solution you'd like

https://github.com/didix21/mdutils/blob/master/mdutils/mdutils.py#L241

from mdutils.mdutils import MdUtils
md_file = MdUtils(file_name='Example_Markdown',title='Markdown File Example')
md_file.new_paragraph(f"Duration:",  font_size=16)

@didix21 didix21 added the enhancement New feature or request label Jun 27, 2021
@didix21
Copy link
Owner

didix21 commented Jun 27, 2021

As far as I know, Markdown doesn't provide a way for setting font size. Can you give more information about it?

@didix21 didix21 closed this as completed Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants