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

fix: Book の プレビュー画面にてサマリー項目が zenn-cli と異なる問題を修正 #50

Merged
merged 3 commits into from
Jan 27, 2023

Conversation

yo-goto
Copy link
Contributor

@yo-goto yo-goto commented Jan 26, 2023

📑 Summary

Bookのプレビュー画面にてサマリーの項目が複数行に渡る文字列で改行などを含む場合に zenn-cli や web 上での表示と異なる問題を修正しました。ただし、yaml パッケージを js-yaml に置き換えたのでそこについては問題があるかもしれません。

Resolves #49

📋 Tasks

  • 📖 Contribution Guide を読んだ
  • 👩‍💻 canary ブランチに対するプルリクエストである
  • 実行して正しく動作しているか確認する
  • 不要なコードが含まれていないか( コメントやログの消し忘れに注意 )
  • XSS になるようなコードが含まれていないか
  • Pull Reuqest の内容は妥当か( 膨らみすぎてないか )

Copy link
Contributor

@uttk-dev uttk-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます!LGTMです!

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

Successfully merging this pull request may close these issues.

Bookのプレビュー表示でサマリー項目がZenn-cliと異なる表示になる
2 participants