From 2bc631eb4e3d94195eb6c56c673dfef61886bc88 Mon Sep 17 00:00:00 2001 From: Fecony Date: Sun, 30 Mar 2025 19:50:26 +0300 Subject: [PATCH] fix(docs): Fix twoslash definitions outside of code blocks --- docs/tutorial.md | 139 ++++++++++++++++++++++++++--------------------- 1 file changed, 76 insertions(+), 63 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 80aa099f..70ef637e 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -25,6 +25,7 @@ We expected it to take around 15-20 minutes if you follow along. --- ### Not a fan of tutorial? + If you prefers to a more try-it-yourself approach, you can skip this tutorial and go straight to the [key concept](/key-concept) page to get a good understanding of how Elysia works.