Skip to content
Snippets Groups Projects
Commit be81be18 authored by Sean Madsen's avatar Sean Madsen
Browse files

Changing headings to use hash syntax instead of equals/dash syntax.

perl -0777 -i -pe 's|^(.*)\n-{3,}$|## $1|gm' `find . -name '*.md'`
perl -0777 -i -pe 's|^(.*)\n={3,}$|# $1|gm' `find . -name '*.md'`
parent 1c325a2c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment