citusdata / citusdata/citus_docs
code-block:: psql only formats the first line in a code block
Open
- Dominant language
- CSS
- Stars
- 58
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
When I use `..code-block:: psql` in our documentation, only the first code line gets formatted. Subsequent code block lines are formatted in grey.
For example, the following section in our documentation doesn't have the right formatting on its second line.
https://docs.citusdata.com/en/v6.2/tutorials/real-time-analytics-tutorial.html#distributing-tables-and-loading-data
.. code-block:: psql
\copy github_users from 'users.csv' with csv;
\copy github_events from 'events.csv' with csv;
Contributor guide
Assessment
This issue has not been assessed yet.