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

单独的 html 标签转换错误 #17

Closed
noyobo opened this issue Jul 11, 2016 · 2 comments
Closed

单独的 html 标签转换错误 #17

noyobo opened this issue Jul 11, 2016 · 2 comments

Comments

@noyobo
Copy link
Contributor

noyobo commented Jul 11, 2016

test.md

<a name="a">hello</a>

output.json

{
  "content": [
    "article",
    [
      "p",
      [
        "a",
        {
          "name": "a"
        }
      ],
      "hello",
      [
        ""
      ]
    ]
  ],
  "meta": {}
}
@benjycui
Copy link
Owner

是的。。。所以现在要用 <p><a name="a">hello</a></p>

parser 是直接用现有的模块拼起来的,这些模块本来就有这个问题。。然后现在还没有时间重写。

@benjycui
Copy link
Owner

trace: #16

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

2 participants