From 5c9a3e51fbc30d0557e60d57d116cbb6b72bb230 Mon Sep 17 00:00:00 2001 From: Tobias Patton Date: Wed, 31 Aug 2016 14:13:32 -0700 Subject: [PATCH] Fix example in README.md file Example, as given renders in
...
tags because the lines within the element are prefixed with four spaces. By move the example to a single line, the markdown is rendered as

......

as intended. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index dbfcff3..b4709b4 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,7 @@ Bower Component for a simple AngularJS Markdown directive using [Showdown](https 6. Insert the `btf-markdown` directive into your template: ```html - - #Markdown directive - *It works!* - +#Markdown directive *It works!* ``` You can also bind the markdown input to a scope variable: