Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
img/ | H | 03-May-2018 | - | |||
README.md | H A D | 19-Mar-2015 | 346 | 16 | 10 | |
plugin.info.txt | H A D | 19-Mar-2015 | 134 | 7 | 6 | |
syntax.php | H A D | 19-Mar-2015 | 2.1 KiB | 64 | 45 |
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