dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 371 forks source link

Bad in content jump with Markdown link #3542

Closed slhmy closed 4 weeks ago

slhmy commented 2 months ago

Describe the bug

Markdown link which linked into a subtitle in the .dib notebook such as: [Environment setup](#environment-setup), behave not so accurate in jumping.

It will jump to one or two blocks behind the target title.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074

Screenshots

dotnet-interactive-link-issue

slhmy commented 4 weeks ago

In my current environment, this issue no longer exist, so I'm closing this ISSUE.

If anyone encounter the same issue, feel free to reopen it.