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

fix: angle bracket escape in code inline #8630

Merged
merged 2 commits into from
Apr 12, 2023
Merged

fix: angle bracket escape in code inline #8630

merged 2 commits into from
Apr 12, 2023

Conversation

yufeih
Copy link
Contributor

@yufeih yufeih commented Apr 12, 2023

fixes #8629

@yufeih yufeih added the bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note label Apr 12, 2023
@yufeih yufeih closed this Apr 12, 2023
@yufeih yufeih reopened this Apr 12, 2023
@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage: 86.36% and project coverage change: +0.04 🎉

Comparison is base (85235a2) 74.59% compared to head (8f8b27a) 74.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8630      +/-   ##
==========================================
+ Coverage   74.59%   74.64%   +0.04%     
==========================================
  Files         629      629              
  Lines       22875    22892      +17     
==========================================
+ Hits        17064    17088      +24     
+ Misses       5811     5804       -7     
Impacted Files Coverage Δ
src/docfx/SubCommands/InitCommand.cs 31.59% <0.00%> (-0.11%) ⬇️
...c/Microsoft.DocAsCode.Dotnet/Parsers/XmlComment.cs 84.35% <50.00%> (+2.72%) ⬆️
...de.Dotnet/ExtractMetadata/ExtractMetadataWorker.cs 80.30% <94.73%> (+1.18%) ⬆️

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yufeih yufeih merged commit bad33e2 into main Apr 12, 2023
@yufeih yufeih deleted the code branch April 12, 2023 02:27
p-kostov pushed a commit to ErpNetDocs/docfx that referenced this pull request Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Makes the pull request to appear in "Bug Fixes" section of the next release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Angle bracket escaping is fixed for blocks, but not inline code
1 participant