/hello
<h1>
Route::get('/hello', function () { return '<h1>Hello World</h1>'; });
Pro tip: use ```triple backticks around text``` to write in code fences