Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
in [Markdown][] and [Syntex][], but can be extended via plugins to support
in [Markdown][] and [Syntax][], 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
Expand All @@ -17,7 +17,7 @@ locally or served remotely.
See Ark's [documentation][] or the Ark [sample site][] for further details.

[Markdown]: http://daringfireball.net/projects/markdown/
[Syntex]: https://github.com/dmulholland/syntex
[Syntax]: https://github.com/dmulholland/syntex
[documentation]: http://mulholland.xyz/docs/ark/
[sample site]: http://ark.mulholland.xyz

Expand Down