pxt-arcade
pxt-arcade copied to clipboard
Link is no linkage in "Docs"
Describe the bug Link is no linkage in "Docs"
Steps to reproduce the behavior
- Navigate to https://arcade.makecode.com/beta#editor
- Click "Help" -> "Docs" -> "Game Design Concepts" -> "Walking Hero"
- Open link "Open this tutorial in the editor!"
Expect behavior Link should not be no linkage
Actual behavior
Link is no linkage in "Docs"
Additional context
- OS: Windows (rs6)
- arcade version: 0.14.4
- Microsoft MakeCode version: 5.21.6
This is an issue in production (0.12.17), as well, and not just in beta.
Does this MD syntax work here to force the link to open in a new window? (It's technically kramdown syntax.)
[link](url){:target="_blank"}
@jwunderl - Link re-writing for sidedocs seems broken for these linkouts in the tutorials?
Yeah that's wroong, though I don't think it would open properly even if it didn't mangle the url (would probably try and open within the iframe and just fail)
Should be reasonable to support the tutorial format specifically and just open in another window?
Can't break out of sidedocs without opening a new window?
We need a way to restrict rendering of some stuff when in sidedocs vs. full page view.
Still repros.