Fix logs, abbr 3rd value, help

This commit is contained in:
Cyrille L 2022-06-25 12:31:36 +02:00
parent 18a8e49ce0
commit 56f0f9f69e
1 changed files with 0 additions and 2 deletions

View File

@ -273,7 +273,6 @@ read__line_with "^$gsl_marker_flink" "make" \
make__loop_line "$gsl_mark_strong" "between" "$gsl_tmp_post" \ make__loop_line "$gsl_mark_strong" "between" "$gsl_tmp_post" \
"$HTML_strong_start" "$HTML_strong_close" "ß" "$HTML_strong_start" "$HTML_strong_close" "ß"
# Bold # Bold
echo "Doing Bold"
make__loop_line "$gsl_mark_bold" "between" "$gsl_tmp_post" \ make__loop_line "$gsl_mark_bold" "between" "$gsl_tmp_post" \
"$HTML_bold_start" "$HTML_bold_close" "ð" "$HTML_bold_start" "$HTML_bold_close" "ð"
# Emphasis # Emphasis
@ -342,7 +341,6 @@ DB__set_status "wip"
# $6: Temp character replacement # $6: Temp character replacement
#====================================================================== #======================================================================
make__loop_line() { make__loop_line() {
echo "> Doing... '$1'"
read__line_with \ read__line_with \
"$1" "make" \ "$1" "make" \
"$2" "content" \ "$2" "content" \