Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Formatting Tips

Kathy Walrath edited this page Jul 16, 2013 · 16 revisions

Highlighting code

https://chromiumcodereview.appspot.com/19291003/ gives us the ability to highlight pieces of code. Try it:

[[highlight]]var x = 1;[[/highlight]]

It will turn into the appropriate <span> with a "highlight" class.

Clone this wiki locally