From 167bcd794005ec2b954efa262138c40068292ab8 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Sat, 11 Oct 2014 01:30:27 +0400 Subject: [PATCH] Typo fixes and minor doc update --- README.md | 16 ++++++++-------- demo/sample.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3e740b4..98d0545 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,8 @@ remarkable Markdown parser done right. Fast and easy to extend. - Configurable syntax! You can add new rules and even replace existing ones. -- Implements [CommonMark](http://commonmark.org/) spec + extentions: - - strikeout - - tables - - linkify (autoconvert links from text) - - typographer +- Implements [CommonMark](http://commonmark.org/) spec + extentions + (strikethrough, tables, URL autolinking, typographer). - Very high speed. __[Live demo](http://jonschlinkert.github.io/remarkable/demo/)__ @@ -130,12 +127,15 @@ md.typographer.set({ }) ``` +Of cause, you can add your own rules or replace default one with something +more advanced, specific for your language. + ### More extras -This extentions are anabled by default +This extentions are enabled by default: -- [Strike out](https://help.github.com/articles/github-flavored-markdown/#strikethrough) -- [tables](https://help.github.com/articles/github-flavored-markdown/#tables) +- [Strikethrough](https://help.github.com/articles/github-flavored-markdown/#strikethrough) +- [Tables](https://help.github.com/articles/github-flavored-markdown/#tables) ## References / Thanks diff --git a/demo/sample.md b/demo/sample.md index b79c8e8..49b8ce6 100644 --- a/demo/sample.md +++ b/demo/sample.md @@ -54,7 +54,7 @@ __This is bold text__ _This is italic text_ -~~Strike through this text.~~ +~~Strike through this text~~ ## Blockquotes