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

feat(format): escape link text #97

Merged
merged 1 commit into from
Jun 11, 2023
Merged

feat(format): escape link text #97

merged 1 commit into from
Jun 11, 2023

Conversation

princjef
Copy link
Owner

Some links like those for generic functions contain special text in them. Escape that text so it doesn't break link rendering.

Fixes #80

@codecov-commenter
Copy link

Codecov Report

Merging #97 (0461d74) into master (43f2be8) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   74.54%   74.54%           
=======================================
  Files          22       22           
  Lines        1960     1960           
=======================================
  Hits         1461     1461           
  Misses        398      398           
  Partials      101      101           
Impacted Files Coverage Δ
format/formatcore/base.go 88.03% <100.00%> (ø)

@princjef princjef merged commit 7f25ccf into master Jun 11, 2023
5 checks passed
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.

Generate wrong index for go 1.18 generic code
2 participants