From c7bec555c0b3faf79763e0de8ff094360a5622be Mon Sep 17 00:00:00 2001 From: Jerry9889 <69727076+Jerry9889@users.noreply.github.com> Date: Fri, 2 Oct 2020 14:21:41 +0530 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c929aee..4068053 100644 --- a/readme.md +++ b/readme.md @@ -1,17 +1,17 @@ # Ark -Ark is a static website generator written in Python. It transforms a + Here Ark is a static website generator written in Python. Ark transforms a directory of text files into a self-contained website that can be viewed locally or served remotely. -* Ark is extensible. It has builtin support for source files written +* Ark is extensible. Ark has builtin support for source files written in [Markdown][] and [Syntex][], but can be extended via plugins to support any similar text-to-html format. * Ark is flexible. By default it produces sites with page-relative links that can be viewed locally without any need for a web server (ideal for - distributing project documentation in html format), but it can easily + distributing project documentation in html format), but ark can easily produce sites with resource or directory-style urls. See Ark's [documentation][] or the Ark [sample site][] for further details.