• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2024-

img/H03-May-2018-

README.mdH A D19-Mar-2015346 1610

plugin.info.txtH A D19-Mar-2015134 76

syntax.phpH A D19-Mar-20152.1 KiB6445

README.md

1Alert Box Dokuwiki extension
2=========================
3
4Add beautiful Bootstrap style alertboxes to your Dokuwiki pages!
5
6Simply use the following syntax:
7
8```
9<alert danger>Something bad happened</alert>
10<alert info>Something bad happened</alert>
11<alert warning>Something bad happened</alert>
12<alert success>Something bad happened</alert>
13```
14
15
16