X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/3602eea8c242b7083ba01367094abf5d32f65c9c..365e11783b741e459f4c1cb3595def5211442c2e:/doc/forum/formating:_how_to_align_text_to_the_right.mdwn 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 290982778..e01eccb92 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 @@ -14,6 +14,30 @@ As in title, how to align text to the right? >> Thanks! +----- +
+[[!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]] + ----- > Doing this myself and noted that [[ikiwiki/markdown]] down does not allow the enclosure of block level elements directly; and thus we cannot switch the `span` suggested above for `div` in changing block level elements (not if you wish to include markdown, anyway). For example, I want to create a paragraph (with markdown text) which is right aligned, and so add the following @@ -26,26 +50,3 @@ 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]]