Skip to content

Fix the code blocks in the documentation#3063

Merged
adithyaov merged 4 commits intomasterfrom
doc-fixes-1
Jun 30, 2025
Merged

Fix the code blocks in the documentation#3063
adithyaov merged 4 commits intomasterfrom
doc-fixes-1

Conversation

@adithyaov
Copy link
Copy Markdown
Member

Use the markdown-doctest on the new-rel branch here: composewell/markdown-doctest#6
You can use the following to run it on all the markdown files:

fd . -e md -0 | while IFS= read -r -d '' file; do echo "CMD: markdown-doctest $file" && markdown-doctest "$file" || break; done

@adithyaov adithyaov force-pushed the doc-fixes-1 branch 6 times, most recently from 39e5e8c to a1fe99f Compare June 27, 2025 10:03
Comment thread core/src/Streamly/Data/Stream.hs Outdated
Comment thread docs/User/Explanatory/unified-abstractions.md
Comment thread docs/User/HowTo/streamly-vs-async.md Outdated
Comment thread docs/User/HowTo/streamly-vs-lists.md Outdated
Comment thread docs/User/HowTo/streamly-vs-lists.md Outdated
Comment thread docs/User/Tutorials/module-structure-and-quick-examples.md Outdated
Comment thread docs/User/Tutorials/module-structure-and-quick-examples.md Outdated
Comment thread docs/User/Tutorials/quick-overview.md
Comment thread docs/User/Tutorials/quick-overview.md Outdated
@adithyaov adithyaov merged commit 9d52565 into master Jun 30, 2025
20 of 22 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