Просмотр исходного кода

Fix paragraph mark up.

* Require an eol after comments, so that an eol with content after it is
  interpreted as a paragraph.
* 'eol >> eol' => 'eol >> *blank_p >> eol_p' so that lines containing
  only a comment aren't interpreted as paragraph breaks.
* +eol after 'inside paragraphs' so that all the whitespace following
  a paragraph is swallowed up. If it wasn't then it'd create lots of
  empty paragraphs when there's a lot of whitespace.

[SVN r62700]
Daniel James 16 лет назад
Родитель
Сommit
3188e1007f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/quickbook

+ 1 - 1
tools/quickbook

@@ -1 +1 @@
-Subproject commit c814a14087332ac7f3e7d525491c8f21ceb6a5ba
+Subproject commit 38275cb1192ed60e10839e0766daeabb3ac65940

粤ICP备19079148号