<<sql>> マクロ

構文

<<sql [inline={true|false}] [indent=L] [wrap={true|false}]>>
ここに SQL コードを記述します
<</sql>>
  • indent について、L を字下げレベル (1〜4) に置き換えてください。 (リスト の余白の大きさと対応しています)
  • wrap を指定すると、行を折り返すかどうか制御できます。既定では、コードブロックをスクロールするようになっています。

概要

SQL コードのシンタックスハイライトを行います。

このマクロは <<code lang=sql>> の糖衣構文です。 <<code>> マクロ と同じように、コードブロックとしてのボックススタイルが適用されます。

<<sql inline=false>>
CREATE TABLE blah;
<</sql>>

次のように表示されます:

CREATE TABLE blah;

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.