From: http://smcv.pseudorandom.co.uk/ Date: Mon, 17 Feb 2014 17:31:45 +0000 (-0400) Subject: another way to do this: [[!format]] X-Git-Tag: debian/3.20140227~29^2~11 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/3602eea8c242b7083ba01367094abf5d32f65c9c?hp=205ac1ec797431c512a3d4f882b95e8c8368de47 another way to do this: [[!format]] --- diff --git a/doc/forum/formating:_how_to_align_text_to_the_right.mdwn b/doc/forum/formating:_how_to_align_text_to_the_right.mdwn index 2eaa29d02..290982778 100644 --- a/doc/forum/formating:_how_to_align_text_to_the_right.mdwn +++ b/doc/forum/formating:_how_to_align_text_to_the_right.mdwn @@ -26,3 +26,26 @@ As in title, how to align text to the right? >> .align_right { display: block ; text-align: right ; } > you may also like to remove the padding and margins since they will be provided by the enclosing block. -- fergus + +
+[[!format mdwn """ +This is my text with [a markdown link](#). + +Here's a *second* paragraph. +"""]] +
+ +>> There is more than one way to do it. If [[plugins/format]] is enabled, then this: +>> +>>
+>> \[[!format mdwn """ +>> This is my text with [a markdown link](#). +>> +>> Here's a *second* paragraph. +>> """]] +>>
+>> +>> is rendered like the box in this page. +>> +>> (I'm using the `notebox` class used by the `note` template here, but you could +>> use any class.) --[[smcv]]