From 1e9de14a499dab9ecc6879f1e64d09bcc8ae6451 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 10 Aug 2011 21:52:54 -0500 Subject: [PATCH] readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1da7e6c..35f2aedb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ Built for speed. ## Benchmarks - $ node test/bench - marked: 6260ms - showdown: 21665ms - markdownjs: 69168ms +``` bash +$ node test/bench +marked: 6260ms +showdown: 21665ms +markdownjs: 69168ms +``` The point of marked was to create a markdown compiler where it was possible to frequently parse huge chunks of markdown without having to worry about