From e5c4235f1e1420e9c41b68be9aebe3f4ed34a635 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Mon, 3 May 2021 04:54:22 +0200 Subject: [PATCH] Set telegram formated values --- README.html | 7 ++++--- README.md | 2 +- src/today.sh | 9 +++++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.html b/README.html index 47bff594..9b3f5f3e 100644 --- a/README.html +++ b/README.html @@ -1,3 +1,4 @@ -

1 John 5:12-13

-

12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God.

-

Monday 03-May, 2021

+1 John 5:12-13 +12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God. + +Monday 03-May, 2021 diff --git a/README.md b/README.md index bd267802..f8b4378b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### 1 John 5:12-13 +**1 John 5:12-13** 12 He that hath the Son hath life; and he that hath not the Son of God hath not life. 13 These things have I written unto you that believe on the name of the Son of God; that ye may know that ye have eternal life, and that ye may believe on the name of the Son of God. diff --git a/src/today.sh b/src/today.sh index 1497a0f8..cb9c9162 100755 --- a/src/today.sh +++ b/src/today.sh @@ -85,12 +85,13 @@ VERSES=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/mast NAME=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/name.sh) "${VERSE}") #████████████████████████████████████████████ SET TODAY'S SCRIPTURE IN HTML ███ -HTML="

${NAME}

-

${VERSES//$'\n'/ }

-

${TODAY}

" +HTML="${NAME} +${VERSES//$'\n'/ } + +${TODAY}" #████████████████████████████████████████ SET TODAY'S SCRIPTURE IN MARKDOWN ███ -MARKDOWN="#### ${NAME} +MARKDOWN="**${NAME}** ${VERSES//$'\n'/ }