Enable Mermaid diagram rendering in guide documentation#64
Merged
Malcolmnixon merged 2 commits intomainfrom Jan 10, 2026
Merged
Enable Mermaid diagram rendering in guide documentation#64Malcolmnixon merged 2 commits intomainfrom
Malcolmnixon merged 2 commits intomainfrom
Conversation
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add mermaid support for Pandoc guide
Enable Mermaid diagram rendering in guide documentation
Jan 10, 2026
Malcolmnixon
approved these changes
Jan 10, 2026
This was referenced Jan 19, 2026
Copilot AI
added a commit
that referenced
this pull request
Mar 24, 2026
Apply template changes from PRs #61 and #64: - code-quality: add 'agent' tool - code-review: add 'edit' and 'web' tools - repo-consistency: add 'execute' tool - requirements: add 'github', 'web', and 'agent' tools - software-developer: add 'agent' tool - technical-writer: add 'github' and 'agent' tools - test-developer: add 'github' and 'agent' tools All agent tools lists now normalized to canonical order: [read, search, edit, execute, github, (web,) agent]
20 tasks
Malcolmnixon
added a commit
that referenced
this pull request
Mar 24, 2026
…plateDotNetLibrary latest PRs (#128) * Initial plan * Apply template updates from TemplateDotNetLibrary - Add contributor license agreement wording to README.md License section (aligns with TemplateDotNetLibrary PR #12) - Add MSTest V4 Best Practices section to AGENTS.md with antipatterns: MSTEST0058 (assertions in catch blocks), Assert.IsTrue for equality, collection count checks, prefix checks, and non-public test visibility (aligns with TemplateDotNetLibrary PRs #4 and #21) * Fix linting issues: add 'antipatterns' to cspell dictionary, fix YAML comment indentation - Add 'antipatterns' to .cspell.yaml words list (technical term used in AGENTS.md) - Move TODO comments in reqstream OTS YAML files to be above their sequence items rather than inside them, to avoid yamllint comment-indentation warnings (docs/reqstream/ots-sonarscanner.yaml, ots-weasyprinttool.yaml, ots-pandoctool.yaml) * Align agent tools YAML frontmatter with TemplateDotNetLibrary template Apply template changes from PRs #61 and #64: - code-quality: add 'agent' tool - code-review: add 'edit' and 'web' tools - repo-consistency: add 'execute' tool - requirements: add 'github', 'web', and 'agent' tools - software-developer: add 'agent' tool - technical-writer: add 'github' and 'agent' tools - test-developer: add 'github' and 'agent' tools All agent tools lists now normalized to canonical order: [read, search, edit, execute, github, (web,) agent] * chore: fix repo-consistency agent to fetch most recently merged PRs (PR #65) Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> Agent-Logs-Url: https://github.com/demaconsulting/TestResults/sessions/e3b945f5-6681-4166-84e4-ea82d0d9f1de --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Pandoc build step was not configured to process Mermaid diagram blocks in the guide.
Changes
--filter node_modules/.bin/mermaid-filter.cmdto the Pandoc invocation in.github/workflows/build_docs.yaml.cmdextension to match thewindows-latestrunnermermaid-filter@1.4.7dev dependencyThe filter is a no-op when no Mermaid blocks are present, maintaining backward compatibility with existing documentation content.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
googlechromelabs.github.io/usr/local/bin/node node install.mjs(dns block)https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.204/linux64/chrome-linux64.zip/usr/local/bin/node node install.mjs(http block)https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1108766/chrome-linux.zip/usr/local/bin/node node install.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.