ボックスのスタイル

以下のスタイルは、特別な注釈などのように記事本文とは違うスタイルを設定したいテキストに利用できます。

redbox

<<style class="redbox">>
* ボックスの
* 中に
* リストを
* 入れることが
* できます
<</style>>
  • ボックスの
  • 中に
  • リストを
  • 入れることが
  • できます

bluebox

<<style class="bluebox">>
|= 表も         |
|  入れることが |
|  できます     |
<</style>>
表も
入れることが
できます

greenbox

<<style class="greenbox">>
簡単な SQL の例:
<<sql inline=false>>
SELECT * from mydb.my_table ORDER BY date;
<</sql>>
<</style>>

簡単な SQL の例:

SELECT * from mydb.my_table ORDER BY date;

yellowbox

yellowbox

graybox

graybox

Comments

Comments loading...
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.