Fix logs, abbr 3rd value, help
This commit is contained in:
parent
18a8e49ce0
commit
56f0f9f69e
|
@ -273,7 +273,6 @@ read__line_with "^$gsl_marker_flink" "make" \
|
|||
make__loop_line "$gsl_mark_strong" "between" "$gsl_tmp_post" \
|
||||
"$HTML_strong_start" "$HTML_strong_close" "ß"
|
||||
# Bold
|
||||
echo "Doing Bold"
|
||||
make__loop_line "$gsl_mark_bold" "between" "$gsl_tmp_post" \
|
||||
"$HTML_bold_start" "$HTML_bold_close" "ð"
|
||||
# Emphasis
|
||||
|
@ -342,7 +341,6 @@ DB__set_status "wip"
|
|||
# $6: Temp character replacement
|
||||
#======================================================================
|
||||
make__loop_line() {
|
||||
echo "> Doing... '$1'"
|
||||
read__line_with \
|
||||
"$1" "make" \
|
||||
"$2" "content" \
|
||||
|
|
Loading…
Reference in New Issue