class PrawnHtml::Tags::A
def extra_styles
def extra_styles attrs.href ? "href: #{attrs.href}" : nil end
def tag_styles
def tag_styles <<~STYLES color: #00E; text-decoration: underline; STYLES end
def extra_styles attrs.href ? "href: #{attrs.href}" : nil end
def tag_styles <<~STYLES color: #00E; text-decoration: underline; STYLES end