diff --git a/bin/docs/example-to-doc b/bin/docs/example-to-doc index ae49525b..f960bf63 100755 --- a/bin/docs/example-to-doc +++ b/bin/docs/example-to-doc @@ -6,6 +6,6 @@ cd examples ||exit; \ install -d dirname "${EXAMPLE}" printf "# %s\n\`\`\` c++\n", "${EXNAME}" > "${EXAMPLE}.md" cat ../../examples/"${EXAMPLE}" >> "${EXAMPLE}.md" -printf '\n```' >> "${EXAMPLE}.md" +printf "\n\`\`\`" >> "${EXAMPLE}.md"