TCS: incorrect indents in code blocks in DOCX/PDF
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Indents in code blocks are too big in printable formats (docx and pdf) because "justify text" option is enabled.
Source .md code (yaml, sql):
https://github.com/tarantool/tcs-doc/blob/master/source/user_guide/manage_indexes.md?plain=1#L126
https://github.com/tarantool/tcs-doc/blob/master/source/user_guide/manage_indexes.md?plain=1#L179
https://github.com/tarantool/tcs-doc/blob/master/source/user_guide/manage_indexes.md?plain=1#L194
Correct indents/justification in HTML:
https://docs.d.tarantool.io/ru/column-store/doc/release-0.24/user_guide/manage_indexes/#indexes-brin-create
Incorrect indents/justification in DOCX and PDF:
This is a document-wide bug, not just in this section.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.