Etiquetas geshi en mi pagina web

Iniciado por Beginner Web, 26 Diciembre 2018, 21:10 PM

0 Miembros y 2 Visitantes están viendo este tema.

Beginner Web

Hola a todos, estoy armando mi pagina web dedicada al anime, programacion y cocina donde enseñare programacion y quera saber como colocarle las etiquetas GesSHi a mi pagina gracias  ;-)
7w7

rub'n

#1
estas usando blogger ? o cual web ?

yo tengo

https://github.com/google/code-prettify


este script lo tengo despues de la tag <head>



Código (javascript) [Seleccionar]
<script src='https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sons-of-obsidian'/>

Uso, cuando voy a publicar un guarro post en el

Código (javascript) [Seleccionar]
<pre class="prettyprint">class Voila {
public:
 // Voila
 static const string VOILA = "Voila";

 // will not interfere with embedded <a href="#voila2">tags</a>.
}</pre>


Código (html4strict) [Seleccionar]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async='async' src='https://www.googletagmanager.com/gtag/js?id=UA-""""""""-1'/>
<script>
 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag(&#39;js&#39;, new Date());

 gtag(&#39;config&#39;, &#39;UA-111333211-1&#39;);
</script>

<!--
                                             
-->

<script src='https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sons-of-obsidian'/>


rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

Beginner Web

7w7

rub'n

Cita de: Beginner Web en 26 Diciembre 2018, 23:07 PM
Muchas gracias me ha servido (y)  :D

No se porque pero no te creo  >:D , pon un print de pantalla  :xD aunque según eres muy astuta para tu edad,naaa si te creo 


rubn0x52.com KNOWLEDGE  SHOULD BE FREE!!!
If you don't have time to read, you don't have the time (or the tools) to write, Simple as that. Stephen

Beginner Web

#4
Como dice mi profesor, "Lean, solo tienen que leer nada mas" pero a veces me da flojera, entonces vengo aca y pregunto jeje  :xD
7w7