markdeck icon indicating copy to clipboard operation
markdeck copied to clipboard

Issue with clicking on Links

Open dmastag opened this issue 4 years ago • 3 comments

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.

image

dmastag avatar Sep 21 '20 07:09 dmastag

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,

dmastag avatar Sep 21 '20 07:09 dmastag

interesting, I will have a look into this...

arnehilmann avatar Sep 21 '20 22:09 arnehilmann

As a user you can fix this by stating it directly in your settings using previewLinks: false

for example image

dmastag avatar Sep 22 '20 04:09 dmastag