We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I set custom text site in HTML data?
The text was updated successfully, but these errors were encountered:
Markdown don't support custom font size, maybe you can insert custom html tag like:
<font size="1"> your text </font>
Sorry, something went wrong.
I am using dynamic html (data comes from API).
Maybe you should try building a custom rule to hadle this.
Build a function to filter your target tags first, then build the replacement function to produce the text size html.
If your html is complex, you should family with html. Html2md's Node class is just a wrapper of html's dom node.
Custom rule example: custom-rules
No branches or pull requests
How can I set custom text site in HTML data?
The text was updated successfully, but these errors were encountered: