Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

定義リスト実装 #15

Open
mizucoffee opened this issue Jul 26, 2016 · 4 comments
Open

定義リスト実装 #15

mizucoffee opened this issue Jul 26, 2016 · 4 comments
Assignees
Milestone

Comments

@mizucoffee
Copy link
Contributor

mizucoffee commented Jul 26, 2016

:身長
[100cm]
:年齢
[10ちゃい]

to

<dl>
    <dt>身長</dt>
    <dd>100cm</dd>
    <dt>年齢</dt>
    <dd>10ちゃい</dd>
</dl>

空白は2つ

@mizucoffee
Copy link
Contributor Author

dlフラグを立てる
もしdlフラグが立ってなくて且つ、行頭":"or行頭"空白2マス"ならばフラグを立てタグを追加
もしdlフラグが立ってなくて且つ、行頭が違えば何もしない
もしdlフラグが立っていて且つ、行頭":"or行頭"空白2マス"ならばタグを追加
もしdlフラグが立っていて且つ、行頭が違えば閉じタグを追加

@mizucoffee
Copy link
Contributor Author

dtの中には文字しか入れられない。
タグがあった場合は普通の文章として扱う

@ygkn
Copy link
Member

ygkn commented Jul 27, 2016

太字や斜体などは入るよー

@mizucoffee
Copy link
Contributor Author

wow
了解っす

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants