Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.md 文件中使用 <template> 标签时,首行不会被解析。 #13

Open
Dafrok opened this issue Feb 20, 2017 · 0 comments
Open

Comments

@Dafrok
Copy link
Contributor

Dafrok commented Feb 20, 2017

描述

.md 文件中使用 标签时,首行须要插入一个换行符才能被正确解析。

复现

输入

<template>
# Title

Lorem Ipsum
</template>

期望输出

<h1>Title</h1>
<p>Lorem Ipsum</p>

实际输出

# Title
<p>Lorem Ipsum</p>

验证

<template> 标签首行增加一个换行符,即可得到正确的输出结果。

<template>

# Title

Lorem Ipsum
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant