We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a75edf commit 72c4a37Copy full SHA for 72c4a37
build.sh
@@ -106,7 +106,7 @@ for file in "$SRC_DIR"/*.user.js; do
106
printf ' %s\n\n' "$loc_count_badge" >> "$doc_file"
107
((loc_count_total += loc_count))
108
109
- printf '%s' "${readme_comment:+$'## Info\n'"$(sed '1d;$d' <<< "$readme_comment")"$'\n'}" >> "$doc_file"
+ printf '%s' "${readme_comment:+$'## Info\n'"$(sed '1d;$d' <<< "$readme_comment")"$'\n\n'}" >> "$doc_file"
110
111
screenshots="$(find "$SCREENSHOTS_DIR" -type f -iname "$id-*.*" -printf '%f\n' | sort)"
112
printf '%s' "${screenshots:+$'## Screenshots\n'"$(sed -E 's|(.*)||' <<< "$screenshots")"}" >> "$doc_file"
0 commit comments