Created
October 29, 2018 06:14
-
-
Save yamacraft/40c998235a75a3b478dacc40a01058a4 to your computer and use it in GitHub Desktop.
Re:VIEWでよく使う記法のメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
={docs-review} Re:VIEWの記法メモ | |
Reviewの記法メモです | |
== 見出し | |
見出しです。 | |
段落は空白1行開けましょう。 | |
== 中見出し | |
注釈はこんな感じで書きます。@<fn>{footnote-sample} | |
//footnote[footnote-sample][footnoteのサンプル] | |
コードはこんな感じで記載します。 | |
//list[Sample Code][sample/cpde.txt][txt]{ | |
コード書く部分。 | |
//} | |
部分的にやるなら、 @<code>{Sample Code} とやるのもありです。 | |
//image[sample_image][サンプル画像][scale=1.00]{ | |
//} | |
===[column] コラム欄 | |
コラムはこんな感じ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment