From 5c454f62a3489d925fdc77b93a74a14d22d49cc4 Mon Sep 17 00:00:00 2001
From: Waylon Flinn <waylonflinn@gmail.com>
Date: Fri, 11 Mar 2016 08:59:39 -0600
Subject: [PATCH] better formatting for intro links

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ff52eb2..ab8b064 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,9 @@ Add Math to your Markdown
 [KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown.
 
 Need convincing?
-Check out the comparative benchmark: [KaTeX vs MathJax](https://jsperf.com/katex-vs-mathjax/42)
-Try it in your browser: [markdown-it-katex demo](http://waylonflinn.github.io/markdown-it-katex/)
+
+* Check out the comparative benchmark: [KaTeX vs MathJax](https://jsperf.com/katex-vs-mathjax/42)
+* Try it in your browser: [markdown-it-katex demo](http://waylonflinn.github.io/markdown-it-katex/)
 
 ## Usage
 
-- 
GitLab