Skip to content

Commit

Permalink
updated markdown_generate_index.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 15, 2024
1 parent 60a58c9 commit 780c94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/markdown_generate_index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ while read -r line; do
' <<< "$title" |
tr '[:upper:]' '[:lower:]' |
sed '
s/[^[:alnum:][:space:]-]//g;
s/[^[:alnum:][:space:]_-]//g;
s/[[:space:]-]/-/g;
s/^/#/;
'
Expand Down

0 comments on commit 780c94d

Please sign in to comment.