Skip to content

Initial support for Markdown Javadoc.#1360

Closed
copybara-service[bot] wants to merge 0 commit intomasterfrom
test_892607809
Closed

Initial support for Markdown Javadoc.#1360
copybara-service[bot] wants to merge 0 commit intomasterfrom
test_892607809

Conversation

@copybara-service
Copy link
Copy Markdown

@copybara-service copybara-service bot commented Apr 1, 2026

Initial support for Markdown Javadoc.

This is work in progress and may mangle some Markdown Javadoc comments. Later changes will address that.

Currently supported Markdown constructs: newline-separated paragraphs; # Headings; and - Bullet lists. *Emphasis* and **Strong emphasis** should work too because they don't need any special treatment. Other constructs probably don't work, notably code blocks.

The approach here is to identify where the Markdown constructs are and effectively insert that information into the existing logic for HTML constructs and Javadoc-specific constructs. The reason is that these constructs are still valid in Markdown Javadoc comments. So it makes sense to augment the existing logic rather than trying to make a complete parallel formatter.

@copybara-service copybara-service bot force-pushed the test_892607809 branch 5 times, most recently from 540cb0d to 1cacbb8 Compare April 2, 2026 17:54
@copybara-service copybara-service bot closed this Apr 2, 2026
@copybara-service copybara-service bot deleted the test_892607809 branch April 2, 2026 17:57
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.

0 participants