evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
3.38k stars 163 forks source link

Inconsistent Font Size in Markdown Headers When Linking to External URL #1896

Closed mjbloch closed 3 weeks ago

mjbloch commented 3 weeks ago

Steps To Reproduce

index.md

# [Linked Header](https://www.google.com/)
# No Link

Environment

Expected Behavior

I would expect the font size to be the same for a header regardless of whether it is a link of not.

Actual Behaviour

Headers are smaller when they link to an external URL. image

Workarounds

No

archiewood commented 3 weeks ago

reproduced

archiewood commented 3 weeks ago

Resolved by #1899