class PrawnHtml::Tags::Mark
def tag_styles
def tag_styles color = attrs["data-color"].blank? ? DEFAULT_COLOR : attrs["data-color"] "background: #{color}" end
def tag_styles color = attrs["data-color"].blank? ? DEFAULT_COLOR : attrs["data-color"] "background: #{color}" end