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
broken ones will navigate to the title/first slide
Expected behavior is id specified will work with horizontal and vertical slides. Not sure if this is a reveal-md or reveal.js bug (I suspect the former).
The text was updated successfully, but these errors were encountered:
when I click a [something](#location) link in the slides, I expect to navigate to the slide in question, in the example here it doesn't navigate to the slide that includes that header.
Here is a minimal reproducible example: https://github.com/NukeManDan/reveal-md/tree/broken-internal-links
(and the delta nuke-web3@75c4954 )
node bin/reveal-md.js demo/
and navigating to http://localhost:1948/sub/deep/d.md#/ will show the behavior:Expected behavior is
id
specified will work with horizontal and vertical slides. Not sure if this is a reveal-md or reveal.js bug (I suspect the former).The text was updated successfully, but these errors were encountered: