Skip to content

issues with es6 template strings #259

@jhicken

Description

@jhicken

Imagine a function like this...

function masterRunner(){
  var conv = new showdown.Converter()
  return conv.makeHtml(`
    ## markdown doc
    you can use markdown for card documentation
    - foo
    - bar
  `)
}

this is the output

<pre><code>## markdown doc
you can use markdown for card documentation
- foo
- bar
</code></pre>

It means i always have to untab my markdown.

I understand why but it seams ungood.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions