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.