luizdepra / hugo-coder

A minimalist blog theme for hugo.
MIT License
2.74k stars 1.07k forks source link

Markdown Links have unexpected line break #933

Closed ScottPierce closed 1 month ago

ScottPierce commented 1 month ago

Describe the problem:

I recently updated my hugo-coder theme, as newer versions of hugo had some breaking changes. I'm seeing some odd styling now. When using a link in markedown, a new line is inserted before and after every link.

# Establishing a Baseline Benchmark

I [benchmarked](my link)
our small and large examples using `kotlinx.benchmark`. I thought it'd be fun to test Kotlin Native

Ends up looking like this.

image
ScottPierce commented 1 month ago

Seems like this may be caused by https://github.com/gohugoio/hugo/issues/11319