puzzle / prawn-markup

Parse simple HTML markup to include in Prawn PDFs
MIT License
65 stars 16 forks source link

Doesn't support text decoration. #31

Closed sushmitabajgain closed 2 years ago

sushmitabajgain commented 2 years ago

When I try to add links and underline or color text and it doesn't support any.

codez commented 2 years ago

Links and underline should work, color just got added in #29. Could you please give an example of the markup that does not work?

allthesignals commented 2 years ago

I ran a little test to check and this seems to work okay:

hello <a href="https://google.com"><color rgb="ff0000">world</color></a>

test.pdf

allthesignals commented 2 years ago

Links and underline should work, color just got added in #29. Could you please give an example of the markup that does not work?

Might need to make a new release?

codez commented 2 years ago

Just released 0.3.5