miaolz123 / vue-markdown

A Powerful and Highspeed Markdown Parser for Vue
https://miaolz123.github.io/vue-markdown/
MIT License
1.89k stars 257 forks source link

Problem with multi line writing #56

Open thearabbit opened 6 years ago

thearabbit commented 6 years ago
<vue-markdown>
            # Vue Markdown
            i am a ~~tast~~ **test**.
        </vue-markdown>

image

geoffreylitt commented 6 years ago

I had the same problem. It seems to be caused by indentation at the beginning of the markdown lines. I fixed it by making all the markdown lines start further left.

stevage commented 5 years ago

Duplicate of #69

suatatan commented 3 years ago

I am

I had the same problem. It seems to be caused by indentation at the beginning of the markdown lines. I fixed it by making all the markdown lines start further left.

I did but it didn't work