From 6cba83d123293738e1594b3519f17057aff4ec50 Mon Sep 17 00:00:00 2001 From: mysticmind Date: Fri, 12 Feb 2021 20:59:14 +0530 Subject: [PATCH] Add code file for the first import code snippet example --- docs/guide/markdown.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 57c7fc23..b2fe1827 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -344,6 +344,14 @@ It also supports [line highlighting](#line-highlighting-in-code-blocks): <<< @/snippets/snippet.js{2} ``` +**Code file** + + + +<<< @/snippets/snippet.js + + + **Output**