Skip to content

docs: fix CLI command tables rendering as plain text - #804

Merged
dzikowski merged 2 commits into
hyperledger-labs:mainfrom
Efeguclu1:fix/docs-cli-commands-tables
Aug 6, 2026
Merged

docs: fix CLI command tables rendering as plain text#804
dzikowski merged 2 commits into
hyperledger-labs:mainfrom
Efeguclu1:fix/docs-cli-commands-tables

Conversation

@Efeguclu1

Copy link
Copy Markdown
Contributor

All 16 argument tables on the CLI commands page directly follow the bold
Arguments: label with no blank line between them. kramdown folds the
table into the preceding paragraph, so the pipes render as literal text
on fablo.io.

Verified with the kramdown GFM parser: the page produced 0


elements before this change and 16 after. The configuration page was
unaffected because its tables already have the blank line

Signed-off-by: Efeguclu1 efeguclu3435@gmail.com

All 16 argument tables on the CLI commands page directly follow the bold
Arguments: label with no blank line between them. kramdown folds the
table into the preceding paragraph, so the pipes render as literal text
on fablo.io.

Verified with the kramdown GFM parser: the page produced 0 <table>
elements before this change and 16 after. The configuration page was
unaffected because its tables already have the blank line

Signed-off-by: Efeguclu1 <efeguclu3435@gmail.com>
@dzikowski
dzikowski enabled auto-merge (squash) August 6, 2026 12:10
@dzikowski
dzikowski merged commit 905f63a into hyperledger-labs:main Aug 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants