Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daa3b7a4 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 945ed36e: docs: add the ability to exclude PRE elements from being...

am 945ed36e: docs: add the ability to exclude PRE elements from being prettified by adding the class "no-pretty-print" (needs to hyphenate \'prettyprint\', otherwise the prettify script will parse "no-prettyprint" the same as "prettyprint")

Merge commit '945ed36e' into eclair-plus-aosp

* commit '945ed36e':
  docs: add the ability to exclude PRE elements from being prettified
parents 4bd6c862 945ed36e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ addLoadEvent( function() {
} );

addLoadEvent( function() {
  $("pre").addClass("prettyprint");
  $("pre:not(.no-pretty-print)").addClass("prettyprint");
  prettyPrint();
} );