Jif
Jif
Could you please provide some more information about this issue?
Sorry for the late response. Unfortunately there are a lot of style elements that aren't currently supported, including font-size. An alternative would be to use heading tags (e.g. h1 etc)...
Yeah, restricting style to spans isn't really ideal. For now a hacky solution is to add the following ``` if 'style' in self.tags[tag]: style = self.parse_dict_string(self.tags[tag]['style']) self.add_styles_to_run(style) ``` under the...
Thanks for picking this up. There is also no support yet for `background-image` (as in your example).
Hey @djplaner, thanks for pointing this out. Will look into fixing this for the next release.
Hi @shourav9884 , thanks for the PR. Can you add a description/summary of what you've added and why?
Thanks for the PR @maifeeulasad , this looks good. Minor comment.
This doesn't appear to have been needed so far, but PR welcome.
Hi @eos87, It doesn't currently support css styling. It supports some simple inline styling, all of which is covered in the example in tests/text1.html.
Hi @rickmedlin, I'm not sure I understand what you mean. What were you trying to do when you wrote that code, and what did it end up doing? For the...