Skip to content

Add support for formatting Markdown block quotes correctly. - #1432

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_952417661
Jul 31, 2026
Merged

Add support for formatting Markdown block quotes correctly.#1432
copybara-service[bot] merged 1 commit into
masterfrom
test_952417661

Conversation

@copybara-service

Copy link
Copy Markdown

Add support for formatting Markdown block quotes correctly.

Example:

/// Initial text.
/// > A block quote.
/// > On two lines.
/// Final text.

Text inside block quotes is reflowed, so in this example the output would contain > A block quote. On two lines.

Example:
```java
/// Initial text.
/// > A block quote.
/// > On two lines.
/// Final text.
```

Text inside block quotes is reflowed, so in this example the output would contain `> A block quote. On two lines.`

PiperOrigin-RevId: 957333489
@copybara-service
copybara-service Bot merged commit c51d691 into master Jul 31, 2026
@copybara-service
copybara-service Bot deleted the test_952417661 branch July 31, 2026 21:24
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.

1 participant