#hackmd
2019-07-01
lanf0n
01:46:41
@lanf0n has joined the channel
2019-07-24
760414
14:01:32
@760414 has joined the channel
2019-07-25
daisuke
15:04:21
來問一下這是 markdown 語法的關係還是 feature 還是小 bug
只要用到 - 做 item 的話,中間如果空一行就會讓呈現結果的行距改變
只要用到 - 做 item 的話,中間如果空一行就會讓呈現結果的行距改變
daisuke
15:05:05
把 空行拿掉就沒事,或是用
--- 區分一個新的段落
--- 區分一個新的段落
daisuke
15:08:03
ping 一下 @jackymaxj
tkirby
15:09:17
說到這個 為什麼標準是這樣訂你知道嗎 以前就有注意到但沒去查原因
daisuke
15:12:16
喔喔喔,感謝OWO//
jackymaxj
15:14:07
看起來是在 spec 1.2 章節提到的:為何需要規範?
```
What is the exact rule for determining when list items get wrapped in <p> tags? Can a list be partially "loose" and partially "tight"? What should we do with a list like this?
1. one
2. two
3. three
Or this?
1. one
- a
- b
2. two
```
```
What is the exact rule for determining when list items get wrapped in <p> tags? Can a list be partially "loose" and partially "tight"? What should we do with a list like this?
1. one
2. two
3. three
Or this?
1. one
- a
- b
2. two
```
2
jackymaxj
15:15:18
因為 list 組成方式可能有時候有空行,有時候沒有,那應該要怎麼 render,pandoc 的作者 John Gruber 似乎有提出想法,可惜連結現在失效…
http://article.gmane.org/gmane.text.markdown.general/2554
http://article.gmane.org/gmane.text.markdown.general/2554
- 😮3
1