This is a TOC test (argosciv)
submitted 6.1 years ago by argosciv
Section 1
Section 1.1
Section 1.2
Section 2
Some text.
Back
view the rest of the comments →
Vindicator 6.1 years 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 6.1 years 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
That would be excellent!
(see parent comment) @PuttItOut thoughts on custom markup for highlighted text?
cc also: @srayzie
PuttItOut 6.1 years ago
I can probably add css classes to generated markdown.
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.