markdeck
markdeck copied to clipboard
Issue with clicking on Links
Am not sure if this is a revealjs problem or a markdeck problem.
If I try to press on a hyper link even using _blank it opens in the same tab.
Found that the problem is here https://github.com/arnehilmann/markdeck/blob/master/docs/showcase/index.html#L768
The generated index.html will have
previewLinks: 'false',
which should actually be
previewLinks: false,
interesting, I will have a look into this...
As a user you can fix this by stating it directly in your settings using
previewLinks: false
for example