Skip to content

fix(rust-patterns-book): correct markdown code fence formatting#69

Open
doitian wants to merge 1 commit intomicrosoft:mainfrom
doitian:fix/rust-patterns-code-fence-formatting
Open

fix(rust-patterns-book): correct markdown code fence formatting#69
doitian wants to merge 1 commit intomicrosoft:mainfrom
doitian:fix/rust-patterns-code-fence-formatting

Conversation

@doitian
Copy link
Copy Markdown

@doitian doitian commented Mar 30, 2026

Fix misplaced markdown code fence closing markers across three chapters in the rust-patterns book.

Changes

This PR corrects formatting issues in:

  • Chapter 13 (Macros): Fixed code fence in derive macro example (Cargo.toml block)
  • Chapter 15 (Crate Architecture): Fixed code fences in feature flags, workspace config, and cargo deny sections
  • Chapter 16 (Async/Await): Fixed code fence in Tokio quick start (Cargo.toml block)

Impact

These changes ensure proper markdown rendering with correct syntax highlighting for code blocks in the generated documentation.

Fix misplaced closing code fence markers in chapters 13, 15, and 16
to ensure proper markdown rendering and code block syntax highlighting.
@doitian
Copy link
Copy Markdown
Author

doitian commented Mar 30, 2026

@microsoft-github-policy-service agree

Copy link
Copy Markdown
Contributor

@adarshdhital007 adarshdhital007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome , LGTM!

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