From 7cf4dbcd3961fd7b364a5889278b0c77fce418dd Mon Sep 17 00:00:00 2001 From: Prashanth K S Date: Sun, 29 Aug 2021 19:55:04 +0530 Subject: [PATCH] add type 'text' to fenced code block This was done to fix markdown linting errors. --- docs/features/note-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/note-properties.md b/docs/features/note-properties.md index 243978c..d65da71 100644 --- a/docs/features/note-properties.md +++ b/docs/features/note-properties.md @@ -11,7 +11,7 @@ At the top of the file you can have a section where you define your properties. For example, for this file, we have: -``` +```text --- type: feature keywords: hello world