diff options
| -rwxr-xr-x | suzuri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ if [[ -n "${SUZURI_REVERSE}" ]]; then fi if [[ -n "${SUZURI_MINIMAL}" ]]; then - body="$(echo "${body}" | grep "##" | sed "s/##//" || true)" + body="$(echo "${body}" | grep -oP '^##\K.*' | sed "s/##//" || true)" fi if [[ -n "${SUZURI_RAW}" ]]; then |