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

improve: Escape less than signs less #465

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

hukkin
Copy link
Member

@hukkin hukkin commented Oct 26, 2024

Closes #402

For proper support Hugo users still need a proper plugin that parses their syntax. Without it their syntax will still break e.g. when wrapping lines.

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1046b03) to head (6d223d6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #465   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          902       905    +3     
  Branches       157       157           
=========================================
+ Hits           902       905    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hukkin hukkin merged commit f4a8125 into master Oct 26, 2024
25 checks passed
@hukkin hukkin deleted the escape-less-than-sign branch October 26, 2024 17:41
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.

mdformat breaks Hugo shortcodes by escaping <
1 participant