Ambdós costats versió prèvia Revisió prèvia Següent revisió | Revisió prèvia |
development:markdown:start [09/08/2018 03:09] – [línea horizontal] mate | development:markdown:start [17/11/2024 04:58] (actual) – [estilos] mate |
---|
= markdown | = markdown |
tutorial: [[https://www.markdowntutorial.com]]\\ | {{tag>development addendum}} |
tutorial: [[https://www.markdownguide.org/]]\\ | * tutorial: [[https://www.markdowntutorial.com]] |
cheat-sheet: [[https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]\\ | * tutorial: [[https://www.markdownguide.org/]] |
online: [[https://dillinger.io/]]\\ | * [[https://www.markdownguide.org/cheat-sheet/]] |
docker: [[https://hub.docker.com/r/joemccann/dillinger]] | * cheat-sheet: [[https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]] |
| * online: [[https://dillinger.io/]] |
| * docker: [[https://hub.docker.com/r/joemccann/dillinger]] |
| |
| {{ :development:markdown:387590772-markdown-cheatsheet-pdf.pdf |}} |
/vía: [[https://daringfireball.net/projects/markdown/syntax]]\\ | /vía: [[https://daringfireball.net/projects/markdown/syntax]]\\ |
/vía: [[http://desarrollandowebsdinamicas.blogspot.com/2013/03/escribir-archivos-markdown-en-sublime.html]] | /vía: [[http://desarrollandowebsdinamicas.blogspot.com/2013/03/escribir-archivos-markdown-en-sublime.html]] |
== estilos | == estilos |
* ''_texto_'' : //italic// | * ''_texto_'' : //italic// |
| * ''%%*texto*%%'' énfasis |
* ''%%**%%texto%%**%%'' : **negrita** | * ''%%**%%texto%%**%%'' : **negrita** |
| * ''%%***%%texto%%***%%'' : **énfasis y negrita** |
* ''`texto`'' : //monospace// | * ''`texto`'' : //monospace// |
* ''``` bloques de código ```'' : bloques de código (varias líneas) | * ''``` bloques de código ```'' : bloques de código (varias líneas) |
* otro sistema?: <code><http://google.cat></code> | * otro sistema?: <code><http://google.cat></code> |
* los enlaces a correos son ofuscados? | * los enlaces a correos son ofuscados? |
| |
| === internos |
| <code>[El texto que quiera](#enlaceinterno) |
| <a name="enlaceinterno"></a>bla-bla-bla</code> |
| * los títulos asocian automaticamente un **name** o **id** (no está claro que) |
| |
| /via: [[https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown]] |
| |
==imagenes | ==imagenes |