超シンプルなマークダウン
Markdown は、devの投稿の言語であり、あなたの平文にいくつかのPizzazzを追加する超軽量な方法です.これは、いくつかの簡単に覚えやすいとショートカットで構成されます.あなたが最初のマークダウンを学んでいる場合(または単に何が何をするかを覚えている)このカンニングペーパーをブックマークし、必要に応じて戻ってくる.
共通の書式設定
作り出す 順序付きリスト 品目
作り出す 順序なしリスト 品目
サブリストの作成 インデント フォースペース 各レベルごとに
スーパー秘密のマークダウンのヒント
共通の書式設定
テキストを斜体にする
...use _single underscores_ or *single asterisks*
テキストを太字にする
...use __double underscores__ or **double asterisks**
テキストを太字にしてイタリック体にする
...use __*asterisks in double underscores*__,
**_underscores in double asterisks_**,
_**double asterisks in underscores**_, or
*__double underscores in asterisks__*
加えるinline code
...use `single backticks`
加える
a code
block
用途
```
triple
backticks
```
or
indent
four
spaces
1234
加える
見出し
様々な
サイズ
用途
# one
## or more
### octothorpes
水平方向の規則を追加するには、3つ以上のハイフンを1列に書きます.
--------
...use _single underscores_ or *single asterisks*
...use __double underscores__ or **double asterisks**
...use __*asterisks in double underscores*__,
**_underscores in double asterisks_**,
_**double asterisks in underscores**_, or
*__double underscores in asterisks__*
...use `single backticks`
a code
block
```
triple
backticks
```
indent
four
spaces
1234
様々な
サイズ
用途
# one
## or more
### octothorpes
水平方向の規則を追加するには、3つ以上のハイフンを1列に書きます.--------
1. simply write
1. "1. " before
1. each item
- simply write
- "- " before
- each item
1. Create sublists
- by indenting
1. four spaces
- for each level
作成するhyperlink put the [link text in square braces](https://timecube.2enp.com/)
(followed by the URL in parentheses)
To create a blockquote
> begin the quote with "> "
テキストを強調するuse ~~double~~ tildes
インラインイメージを追加するにはUse the same syntax as for a hyperlink, but prepend a '!':
![Trogdor, the Burninator](https://dev-to-uploads.s3.amazonaws.com/i/sguw2x61byhenjclhmmj.png)
pssstヘイキッド、いくつかスーパー秘密のマークダウンのヒント
リテラル*を書く必要があります。
エスケープは、バックスラッシュで前にエスケープします.\*
, \_
インラインコード内のbackticksを置く必要がありますか?
Use double-backticks `with backticks` inside
``Use double-backticks `with backticks` inside``
コードブロック内にトリプルbackticksを置く必要がありますか?
```
indent four spaces
and then add the backticks
```
```
indent four spaces
and then add the backticks
```
リスト内のコードブロックを配置する必要がありますか?
- Just make sure
-
To indent
four
spaces
- 番号を合わせる
1. Just make sure
1. To indent
```
four
spaces
```
1. to keep the numbering contiguous
ブロック引用符でコードのブロックを配置する必要がありますか?
You might want to do something like
small bug on DEV.to -- first line is indented one space
val x = 42
val y = 42 * 19
...just make sure you start each line with "> "
> You might want to do something like
>
> small bug on DEV.to -- first line is indented one space
> val x = 42
> val y = 42 * 19
>
> ...just make sure you start each line with "> "
あなたの友人を感心させ、あなたの敵を怖がらせるために強調表示の装飾的な構文が必要ですか?
def foo (val bar: Int, baz: Double): String = { ... }
ただ最初の```` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` ``
```scala
def foo (val bar: Int, baz: Double): String = { ... }
```
あなたが解決するために必要な任意のタフなマークダウンの問題を得た?任意のヒントやトリックそれらの新しい(平文形式の構文)ゲームを取得?以下のコメントで私に知らせてください!
マーチャント啓蒙主義者は、
Reference
この問題について(超シンプルなマークダウン), 我々は、より多くの情報をここで見つけました
https://dev.to/awwsmm/super-simple-markdown-bae
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
``Use double-backticks `with backticks` inside``
```
indent four spaces
and then add the backticks
```
To indent
four
spaces
1. Just make sure 1. To indent ``` four spaces ``` 1. to keep the numbering contiguous
ブロック引用符でコードのブロックを配置する必要がありますか?
You might want to do something like
small bug on DEV.to -- first line is indented one space val x = 42 val y = 42 * 19
...just make sure you start each line with "> "
> You might want to do something like > > small bug on DEV.to -- first line is indented one space > val x = 42 > val y = 42 * 19 > > ...just make sure you start each line with "> "
あなたの友人を感心させ、あなたの敵を怖がらせるために強調表示の装飾的な構文が必要ですか?
def foo (val bar: Int, baz: Double): String = { ... }
ただ最初の```` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `` `````scala
def foo (val bar: Int, baz: Double): String = { ... }
```
あなたが解決するために必要な任意のタフなマークダウンの問題を得た?任意のヒントやトリックそれらの新しい(平文形式の構文)ゲームを取得?以下のコメントで私に知らせてください!マーチャント啓蒙主義者は、
Reference
この問題について(超シンプルなマークダウン), 我々は、より多くの情報をここで見つけました https://dev.to/awwsmm/super-simple-markdown-baeテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol