diff --git a/build-docs b/build-docs index 8238dad2..e6e803e3 100755 --- a/build-docs +++ b/build-docs @@ -114,6 +114,11 @@ function build_source { -e 's|{{[ ]*meta\.license-url[ ]*}}|'"${DOCUMENT_License_URL:-}"'|g' \ -e 's|{{[ ]*base\.relpath[ ]*}}|'"${BASE_RELPATH:-}"'|g' \ -i .sedbak "${DEST}.html" + # postprocess + sed -E \ + -e 's|

|
|' \ + -e 's|

|
|' \ + -i .sedbak "${DEST}.html" # clean up rm -f "${DEST}.markdown"