SyntaxHighlighter シンタックスハイライターで使用できるパラメータ

徒然草2.0

参考:https://wordpress.com/support/wordpress-editor/blocks/syntax-highlighter-code-block/2/

※長いテキストを読み込む時はcollapse=”false”を設定しないとやってられない。と思ったが結果として変わらず…目的のことができませんでした。

autolinks (true/false) — Makes all URLs in your posted code clickable. Defaults to true.
autolinks(true / false)—投稿されたコード内のすべてのURLをクリック可能にします。デフォルトはtrueです。

collapse (true/false) — If true, the code box will be collapsed when the page loads, requiring the visitor to click to expand it. Good for large code posts. Defaults to false.
collapse(true / false)— trueの場合、ページが読み込まれるとコードボックスが折りたたまれ、訪問者はクリックして展開する必要があります。大きなコードの投稿に適しています。デフォルトはfalseです。

firstline (number) — Use this to change what number the line numbering starts at. It defaults to 1.
firstline(number)—これを使用して、行番号が始まる番号を変更します。デフォルトは1です。

gutter (true/false) — If false, the line numbering on the left side will be hidden. Defaults to true.
gutter(true / false)— falseの場合、左側の行番号は非表示になります。デフォルトはtrueです。
強調表示(カンマ区切りの番号リスト)—強調表示する行番号をリストできます。たとえば、「4,7,19」です。

highlight (comma-seperated list of numbers) — You can list the line numbers you want to be highlighted. For example “4,7,19”.
強調表示(カンマ区切りの番号リスト)—強調表示する行番号をリストできます。たとえば、「4,7,19」です。

htmlscript (true/false) — If true, any HTML/XML in your code will be highlighted. This is useful when you are mixing code into HTML, such as PHP inside of HTML. Defaults to false and will only work with certain code languages.
htmlscript(true / false)— trueの場合、コード内のHTML / XMLが強調表示されます。これは、HTML内のPHPなど、コードをHTMLに混在させる場合に役立ちます。デフォルトはfalseで、特定のコード言語でのみ機能します。

light (true/false) — If true, the gutter (line numbering) and margin (see below) will be hidden. This is helpful when posting only one or two lines of code. Defaults to false.
light(true / false)— trueの場合、ガター(行番号)およびマージン(下記参照)は非表示になります。これは、1行または2行のコードのみを投稿する場合に役立ちます。デフォルトはfalseです。

padlinenumbers (true/false/integer) — Allows you to control the line number padding. true will result in automatic padding, false will result in no padding, and entering a number will force a specific amount of padding.
padlinenumbers(true / false / integer)—行番号の埋め込みを制御できます。 trueの場合は自動パディング、falseの場合はパディングなし、数値を入力すると特定の量のパディングが強制されます。

title (string) — Set a label for your code block. Can be useful when combined with the collapse parameter.
タイトル(文字列)—コードブロックのラベルを設定します。 collapseパラメータと組み合わせると便利です。

徒然草2.0
スポンサーリンク
シェアする
gomiryoをフォローする
ごみぶろぐ

コメント

タイトルとURLをコピーしました