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
<>
リンクのASTノードは、中身のURLを<>で囲んでいたかどうかの情報を持っていないため、 以下のようなリンクをparseしてtoStringすると<>が消えてしまう。
[テスト](<https://example.com/テスト>)
#82 の修正が前提。
[テスト](https://example.com/テスト)
The text was updated successfully, but these errors were encountered:
linkノードのurlプロパティにはURLの文字列だけ含めるようになってるけど、 URLの形式が2種類ある今となっては、文字列じゃなくてurlノードを突っ込んだほうが良い気がしてきた。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
リンクのASTノードは、中身のURLを
<>
で囲んでいたかどうかの情報を持っていないため、以下のようなリンクをparseしてtoStringすると
<>
が消えてしまう。パーサ入力
toString結果
#82 の修正が前提。
The text was updated successfully, but these errors were encountered: