You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add markdown for a link with multiple query parameters, the HTML produced replaces & with &. This results in query parameters being screwed up.
Reproduce the bug
Do a jb create book and then add the following line to book/intro.md.
Here is a [link with borked parameters](https://www.youtube.com/watch?v=lZ2FHTkyaMU&t=5s).
Preview and try the (SFW) link ... the t parameter gets stripped because the url has & rather than &.
Describe the bug
When I add markdown for a link with multiple query parameters, the HTML produced replaces
&
with&
. This results in query parameters being screwed up.Reproduce the bug
Do a
jb create book
and then add the following line tobook/intro.md
.Preview and try the (SFW) link ... the
t
parameter gets stripped because the url has&
rather than&
.List your environment
Python 3.11.9 on Ubuntu jammy.
The text was updated successfully, but these errors were encountered: