We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在 .md 文件中使用 标签时,首行须要插入一个换行符才能被正确解析。
<template> # Title Lorem Ipsum </template>
<h1>Title</h1> <p>Lorem Ipsum</p>
# Title <p>Lorem Ipsum</p>
在 <template> 标签首行增加一个换行符,即可得到正确的输出结果。
<template>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述
在
.md
文件中使用 标签时,首行须要插入一个换行符才能被正确解析。复现
输入
期望输出
实际输出
验证
在
<template>
标签首行增加一个换行符,即可得到正确的输出结果。The text was updated successfully, but these errors were encountered: