Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 833 Bytes

index.md

File metadata and controls

65 lines (41 loc) · 833 Bytes

Test

Test cases

Admonition

.. admonition:: A title

   A body

CSV Table

   :header-rows: 1
   :file: codelist.csv

Math

If Alice gives Bob $10, and Bob gives Eve $10, how much money does Bob have?

Duplicate labels


Content

Content

Heading - Hyphen

Example 1.1

Reproduction

Install:

pip install sphinx sphinx-intl myst-parser

Create PO files:

sphinx-build -b gettext . _build/gettext
sphinx-intl update -p _build/gettext -l es

Build HTML pages:

sphinx-build -b dirhtml . _build -D language="es"

BUG: /path/to/index.md:4:<translated>:1: WARNING: Non-consecutive header level increase; 0 to 2