もちろん、Bootstrap3 テンプレートを使っている前提です。
Wrap Plugin では上手く行かなかったグリッドや、パネルなど、便利に使える記法が盛りだくさん!
詳しくは 本家サイトを見てみて下さい。
https://www.dokuwiki.org/plugin:bootswrapper
なお日本語訳サイトは情報が更新されていないため、最新のDokuWikiバージョンに未対応と表示されますが、英語サイトでは Compatible と書かれておりますので、大丈夫です。
<jumbotron> ====== Hello, world! ====== This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information. </jumbotron>
This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
Panel content
* <text type="muted">muted</text> * <text type="primary">primary</text> * <text type="success">success</text> * <text type="info">info</text> * <text type="warning">warning</text> * <text type="danger">danger</text>
<accordion> <panel title="First panel"> First panel content </panel> <panel title="Second panel"> Second panel content </panel> </accordion>
First panel content
Second panel content