From: chrysn Date: Mon, 15 Apr 2013 21:00:30 +0000 (+0200) Subject: html-in-mdwn fix X-Git-Url: https://git.deb.at/?p=debienna.git;a=commitdiff_plain;h=9ea986c957160a25392fdc056acf578e34d0ea67 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.) --- 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]] +