terms spanish proz legal law english markdown github-flavored-markdown apiblueprint apiary.io

markdown - spanish - ¿Es posible centrar las tablas en un archivo de rebajas?



legal translation glossary (3)

Tengo una mesa

| This | Is | A | Table | | :--- | -- | - | ----: | | foo | ba | r | elbaT |

Me gustaría que la tabla se muestre en el centro de mi archivo de Markdown en lugar de alinearme a la izquierda. No estoy intentando alinear el texto, sino toda la tabla. ¿Necesito recurrir a HTML / CSS para lograr lo que quiero?

Esto es para un proyecto Apiary.io.


Sí. Puede tener tablas GFM en el Blueprint de la API: consulte http://docs.tables.apiary.io para ver la versión representada del código fuente de abajo.

FORMAT: 1A # Tables API Note: Tables can be handcrafted or generated at <http://www.tablesgenerator.com/markdown_tables>. ## Table 1 **Discussion option 1** | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 | # Message [/pages] ## Create a Message [POST] ### Table 2 **Discussion option 2** | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 | + Request (application/json) ## Table 3 **Discussion option 3** | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 | + Headers Authorization:Bearer tokenString + Body { ... } + Response 201


Si usa la documentación estándar , use la etiqueta <center> modo.

Cianotipo

FORMAT: 1A HOST: http://www.google.com # Tables Notes API is a *short texts saving* service similar to its physical paper presence on your table. <center> | Tables | Are | Cool | |----------|:-------------:|------:| | col 1 is | left-aligned | $1600 | | col 2 is | centered | $12 | | col 3 is | right-aligned | $1 | </center> # Group Notes (...)

Avance

Si utiliza la '' Nueva documentación '' , no es posible centrar una tabla (ya que la tabla ocupa todo el ancho de la columna) .

Avance