pages*: use " " instead of "=" to separate the options from their arguments, aria2c: fix example (#12726)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- Convierte un archivo `.adoc` específico a HTML y vincula una hoja de estilos CSS:
|
||||
|
||||
`asciidoctor -a stylesheet={{ruta/al/stylesheet.css}} {{ruta/al/archivo.adoc}}`
|
||||
`asciidoctor -a stylesheet {{ruta/al/stylesheet.css}} {{ruta/al/archivo.adoc}}`
|
||||
|
||||
- Convierte un archivo específico `.adoc` en HTML incrustable, eliminando todo excepto el cuerpo:
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Convierte un archivo `.adoc` dado en un PDF utilizando la biblioteca `asciidoctor-pdf`:
|
||||
|
||||
`asciidoctor --backend={{pdf}} --require={{asciidoctor-pdf}} {{ruta/al/archivo.adoc}}`
|
||||
`asciidoctor --backend {{pdf}} --require {{asciidoctor-pdf}} {{ruta/al/archivo.adoc}}`
|
||||
|
Reference in New Issue
Block a user