Skip to content

fix(md): escape additional markdown special characters #687

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Apr 22, 2025

Fix #686

@k1LoW k1LoW added the bug Something isn't working label Apr 22, 2025
@k1LoW k1LoW self-assigned this Apr 22, 2025
Copy link
Contributor

Code Metrics Report

main (adffc63) #687 (b427cb3) +/-
Coverage 55.7% 54.1% -1.6%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (adffc63) | #687 (b427cb3) |  +/-  |
  |--------------------|----------------|----------------|-------|
- | Coverage           |          55.7% |          54.1% | -1.6% |
  |   Files            |             52 |             52 |     0 |
  |   Lines            |           4813 |           4813 |     0 |
- |   Covered          |           2683 |           2606 |   -77 |
  | Code to Test Ratio |          1:0.4 |          1:0.4 |   0.0 |
  |   Code             |          10423 |          10423 |     0 |
  |   Test             |           4358 |           4358 |     0 |

Code coverage of files in pull request scope (83.0% → 83.0%)

Files Coverage +/- Status
output/md/md.go 83.0% 0.0% modified

Reported by octocov

@k1LoW k1LoW merged commit 2573182 into main Apr 22, 2025
4 checks passed
@k1LoW k1LoW deleted the escape-more branch April 22, 2025 12:28
@github-actions github-actions bot mentioned this pull request Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In markdown tables, | should be escaped to | or the table will be collapsed. not only nl2br
1 participant