From 9fc4cb3602bc0bfd937e119c6a827f076c833e68 Mon Sep 17 00:00:00 2001 From: Vanesh37 <110464597+Vanesh37@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:18:17 +0530 Subject: [PATCH] Update writing.md --- source/docs/writing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/writing.md b/source/docs/writing.md index 69cb05a3e7..5fe6cae926 100644 --- a/source/docs/writing.md +++ b/source/docs/writing.md @@ -67,8 +67,8 @@ Placeholder | Description ## Supported Formats -Hexo support posts written in any format, as long as the corresponding renderer plugin is installed. +Hexo supports posts written in any format, as long as the corresponding renderer plugin is installed. For example, Hexo has `hexo-renderer-marked` and `hexo-renderer-ejs` installed by default, so you can write your posts in `markdown` or in `ejs`. If you have `hexo-renderer-pug` installed, then you can even write your post in pug template language. -You can rename your posts and change to file extension from `.md` to `.ejs`, then Hexo will use `hexo-renderer-ejs` to render that file, so do the other formats. +You can rename your posts and change to file extension from `.md` to `.ejs`, then Hexo will use `hexo-renderer-ejs` to render that file, and so do the other formats.