Box Styles
The following styles are available for special notes and other text you want to set apart from the body of an article.
redbox
<<style class="redbox">> * Lists * Can * Go * In * Boxes <</style>>
- Lists
- Can
- Go
- In
- Boxes
bluebox
<<style class="bluebox">> |= So | | Can | | Tables | <</style>>
So |
---|
Can |
Tables |
greenbox
<<style class="greenbox">> A simple SQL example: <<sql inline=false>> SELECT * from mydb.my_table ORDER BY date; <</sql>> <</style>>
A simple SQL example:
SELECT * from mydb.my_table ORDER BY date;
yellowbox
<<style class="yellowbox">> A simple SQL example: <<sql inline=false>> SELECT * from mydb.my_table ORDER BY date; <</sql>> <</style>>
A simple SQL example:
SELECT * from mydb.my_table ORDER BY date;
graybox
graybox
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.