diff --git a/addon/templates/components/cf-field/info.hbs b/addon/templates/components/cf-field/info.hbs index c2c28616a..0e8df912e 100644 --- a/addon/templates/components/cf-field/info.hbs +++ b/addon/templates/components/cf-field/info.hbs @@ -1,5 +1,5 @@ {{#uk-modal visible=showModal}} - {{markdown-to-html text}} + {{markdown-to-html text openLinksInNewWindow=true}} {{/uk-modal}} \ No newline at end of file diff --git a/addon/templates/components/cf-field/input/static.hbs b/addon/templates/components/cf-field/input/static.hbs index b9fcd8956..0c6d0b897 100644 --- a/addon/templates/components/cf-field/input/static.hbs +++ b/addon/templates/components/cf-field/input/static.hbs @@ -1 +1 @@ -{{markdown-to-html field.question.staticContent}} +{{markdown-to-html field.question.staticContent openLinksInNewWindow=true}}