From 9ea986c957160a25392fdc056acf578e34d0ea67 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 15 Apr 2013 23:00:30 +0200 Subject: [PATCH] html-in-mdwn fix inlining requires the html around the inline directives to be markdown="1", but that also means that markdown gets applied to everything inbetween, which again means that indenting should be avoided. (right columns didn't render.) --- index.mdwn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.mdwn b/index.mdwn index 7948ca5..f0d469a 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,9 +1,9 @@
-
- [[!inline pages="StartSeite/L*" sort=title raw=yes]] -
-
- [[!inline pages="Kalender/* and !Kalender/*/*" show=2]] - [[!inline pages="StartSeite/R*" sort=title raw=yes]] -
+
+[[!inline pages="StartSeite/L*" sort=title raw=yes]] +
+
+[[!inline pages="Kalender/* and !Kalender/*/*" show=2]] +[[!inline pages="StartSeite/R*" sort=title raw=yes]] +
-- 2.39.2