You are viewing a single comment's thread.

view the rest of the comments →

Vindicator ago

@Argosciv @srayzie, do you know if there is a way to highlight text in a different color to make it stand out from the rest of the text? In CSS? That would sure be handy!

argosciv ago

One thing you could do is modify the css of empty urls so that you can use that as a form of highlighting.

[I am an empty url]()

css:

[href='']{background-color: #666600;}

result:

I am an empty url

Vindicator ago

That would be excellent!

argosciv ago

(see parent comment) @PuttItOut thoughts on custom markup for highlighted text?

cc also: @srayzie

PuttItOut ago

I can probably add css classes to generated markdown.