diff --git a/convert.sh b/convert.sh index a59fd500..9b6d8da1 100644 --- a/convert.sh +++ b/convert.sh @@ -68,8 +68,10 @@ for chapter_dir in ${all_chapter_dirs}; do echo -e "### ${_chapter_title}" >> ${INDEX_MD} if [ -f ${_summary_md} ]; then - _chapter_summary="$(cat ${_summary_md})" - echo -e "${_chapter_summary}" >> ${INDEX_MD} + cat ${_summary_md} >> ${INDEX_MD} + + # Insert an empty line to not mess up other formats like list. + echo '' >> ${INDEX_MD} fi fi diff --git a/html/index.html b/html/index.html index a77b707d..59e2ccf8 100644 --- a/html/index.html +++ b/html/index.html @@ -31,6 +31,7 @@
  • Password hashes
  • Configure mail client applications

    +

    If you're using different mail clients, please help write documents to guide other users to setup the mail clients.