個人用ツール

「Sample」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
行31: 行31:
 
: 用語1に関する項目1
 
: 用語1に関する項目1
 
: 用語1に関する項目2
 
: 用語1に関する項目2
 +
: テキストが入ります。テキストが入ります。
 +
  改行はこうなります。
 +
  改行はこうなります。
 +
 +
  改行はこうなります。
 +
  改行はこうなります。
  
 
用語2
 
用語2
 
: 用語2の説明
 
: 用語2の説明
  
- リスト
+
    - リスト
- リスト
+
    - リスト
- リスト
+
    - リスト
  
 
用語3
 
用語3
行44: 行50:
 
     1.  first list item
 
     1.  first list item
 
     2.  second list item
 
     2.  second list item
 
 
Term 1
 
 
:  This is a definition with two paragraphs. Lorem ipsum
 
    dolor sit amet, consectetuer adipiscing elit. Aliquam
 
    hendrerit mi posuere lectus.
 
 
    Vestibulum enim wisi, viverra nec, fringilla in, laoreet
 
    vitae, risus.
 
 
:  Second definition for term 1, also wrapped in a paragraph
 
    because of the blank line preceding it.
 
 
Term 2
 
 
:  This definition has a code block, a blockquote and a list.
 
  
 
         code block.
 
         code block.
行69: 行58:
 
     1.  first list item
 
     1.  first list item
 
     2.  second list item
 
     2.  second list item
 
  
  
 
## テーブル
 
## テーブル
{|
+
| 列1 | 列2 | 列3 |
|-
+
|a||b
+
|-
+
|a||b
+
|
+
 
+
 
+
| Left align | Right align | Center align |
+
 
|:-----------|------------:|:------------:|
 
|:-----------|------------:|:------------:|
 
| This      |        This |    This    |
 
| This      |        This |    This    |
行89: 行69:
 
| left      |      right |    center    |
 
| left      |      right |    center    |
 
| aligned    |    aligned |  aligned    |
 
| aligned    |    aligned |  aligned    |
 +
 +
 +
## コードの書き方
 +
code block.
 +
 +
  code block.
 +
 +
  <?php remove_post_type_support( $post_type, $supports ) ?>

2014年11月1日 (土) 18:01時点における版

書き方のサンプルです。

見出し2

見出し3

見出し4

リスト

箇条リスト

  • リスト
  • リスト
  • リスト

番号リスト

  1. 番号リスト
  2. 番号リスト
  3. 番号リスト

定義リスト

Apple
Pomaceous fruit of plants of the genus Malus in the family Rosaceae.
An American computer company.
Orange
The fruit of an evergreen tree of the genus Citrus.
用語1
用語1の説明
用語1に関する項目1
用語1に関する項目2
テキストが入ります。テキストが入ります。 改行はこうなります。 改行はこうなります。 改行はこうなります。 改行はこうなります。
用語2
用語2の説明
  • リスト
  • リスト
  • リスト

用語3
用語3の説明

  1. first list item
  2. second list item code block.

block quote on two lines.

  1. first list item
  2. second list item

テーブル

列1 列2 列3
This This This
column column column
will will will
be be be
left right center
aligned aligned aligned

コードの書き方

code block.

code block.