FlutterKaigi / conference-app-2023

The Official Conference Application for FlutterKaigi 2023
https://flutterkaigi.jp/conference-app-2023/
Apache License 2.0
132 stars 27 forks source link

fix: indent for Markdown preview on GitHub #137

Closed noboru-i closed 1 year ago

noboru-i commented 1 year ago

理由

GitHub上でREADMEを確認した際に、以下の部分が表示崩れしていると感じました。 (4.にある、"a."や"b."の部分が、1行に表示されている)

README.md image

README.ja.md image

原因

コードを確認すると、スペースが3つになっていました。

解決策

改めて内容を確認すると、「VSCodeの場合」と「Android Studioの場合」という並列のもの(1. 2.といった形で、順序が必要なものではない)と感じたので、 - に置き換えました。

結果としては、以下の表示となりました。 https://github.com/noboru-i/conference-app-2023/blob/fix-indent-readme/README.md#install-flutter-beta-channel-with-fvm image

https://github.com/noboru-i/conference-app-2023/blob/fix-indent-readme/README.ja.md#fvm%E3%82%92%E5%88%A9%E7%94%A8%E3%81%97%E3%81%A6flutter-beta-channel%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B image

github-actions[bot] commented 1 year ago

Commented by GitHub Bot

PR: #137 preview link