notes

/Home ....
....

pirmdiena, 2010. gada 10. maijs

Programmas javascript teksts Googles koda krāsās

https://github.com/googlearchive/code-prettify (*diemžēl projekts jau divreiz mainījis atrašanās vietu)

1. BLOGGER sadaļā Izkārtojums/HTML/HEAD jāieraksta:

<script src='http://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js' type='text/javascript'/>

2. BLOGGER sadaļā Izkārtojums/HTML jāieraksta BODY onload:

<body onload='prettyPrint();'>

3. Veidojot jaunu ziņu, HTML sadaļā ieliek

<pre class="prettyprint">

class Voila {
public:
// Voila
static const string VOILA = "Voila";

// will not interfere with embedded tags.
}

</pre>

4. Rezultāts:

class Voila {
public:
  // Voila
  static const string VOILA = "Voila";

  // will not interfere with embedded tags.
}

Nav komentāru:

Ierakstīt komentāru