Outils pour utilisateurs

Outils du site


tips:markdown_vers_pdf_ou_html

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tips:markdown_vers_pdf_ou_html [2026/09/04 09:34] contacttips:markdown_vers_pdf_ou_html [2026/09/04 09:36] (Version actuelle) contact
Ligne 8: Ligne 8:
  
 Cf NinjaTrappeur sur le canal IRC de PauLLA : Cf NinjaTrappeur sur le canal IRC de PauLLA :
-```+<code bash>
 { writeScriptBin, bash, lib, pandoc, texlive }: { writeScriptBin, bash, lib, pandoc, texlive }:
  
Ligne 31: Ligne 31:
        -V 'fontsize:11pt'        -V 'fontsize:11pt'
 '' ''
-```+</code>
  
-``` 
-Template HTML: 
  
 +Template HTML:
 +<code html>
 <!DOCTYPE html> <!DOCTYPE html>
 <html class="no-js" lang="en-US"> <html class="no-js" lang="en-US">
Ligne 70: Ligne 70:
 {{ partial "diary-footer.html" . }} {{ partial "diary-footer.html" . }}
 </body> </body>
 +</code>
  
  
 CSS: CSS:
 +<code css>
 @font-face { @font-face {
     font-family: "Alternativebit Diary";     font-family: "Alternativebit Diary";
Ligne 366: Ligne 368:
 .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
 .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
-```+</code>
tips/markdown_vers_pdf_ou_html.txt · Dernière modification : de contact