LoginSignup
0

More than 5 years have passed since last update.

Markdownで複数行のコードを書くときは下に1行空けたほうが良いと思う

Last updated at Posted at 2018-05-24

Qiitaは大丈夫なんですけどね。

1行空けない場合

Type error: Argument 1 passed to App\Http\Controllers\PostController::test() must be an instance of App\User, string given, called in /home/vagrant/code/Laravel/app/Http/Controllers/PostController.php on line 92

見づらい

スクリーンショット 2018-05-24 11.06.43.jpg

1行空ける場合

Type error: Argument 1 passed to App\Http\Controllers\PostController::test() must be an instance of App\User, string given, called in /home/vagrant/code/Laravel/app/Http/Controllers/PostController.php on line 92

見やすい

スクリーンショット 2018-05-24 11.08.05.jpg

そんだけ

まあスタイルで回避するのが賢い方法なんだろうとは思いつつも。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0