Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flag to disable implicit markdown formatting for non-doc line comments #105

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

andrewbaxter
Copy link
Owner

@andrewbaxter andrewbaxter commented Feb 2, 2025

Fix #103

This adds the explicit_markdown_comments config option which disables implicit (normal) comment markdown formatting as well as the //? comment that's an explicitly markdown formatted comment (parallel to //. for an explicitly non-markdown formatted comment).

The above was added to the readme too.


I agree that when the request is merged I assign the copyright of the request to the repository owner.

@andrewbaxter
Copy link
Owner Author

@rootnas @AaronKutch I think this should solve the "don't format // part". I guess given the amount of traffic this repo gets and the size of this change I may go ahead and merge and hope if there are issues they aren't disrupting too many people...

@andrewbaxter andrewbaxter merged commit 5c90f29 into master Feb 3, 2025
6 checks passed
@andrewbaxter
Copy link
Owner Author

Released in genemichaels 0.6.0

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.

Disable formatting on normal comments, add opt-in comment prefix
1 participant