From 614c4f2d368a5fcb9e33881fc794c69820430480 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Sun, 4 Jun 2017 17:25:24 +0100 Subject: [PATCH] Super basic CSS styling --- OurUmbraco.Site/Views/Lesson.cshtml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/OurUmbraco.Site/Views/Lesson.cshtml b/OurUmbraco.Site/Views/Lesson.cshtml index 19f21cab..fcd249a3 100644 --- a/OurUmbraco.Site/Views/Lesson.cshtml +++ b/OurUmbraco.Site/Views/Lesson.cshtml @@ -9,5 +9,31 @@ var markdown = ml.DoTransformation(); } + + + + + + + + +
+ @Html.Raw(markdown) +
+ + -@Html.Raw(markdown) \ No newline at end of file