Skip to content
Snippets Groups Projects
Forked from Documentation / Docs / Developer Documentation
Source project has a limited visibility.
user avatar
Sean Madsen authored
perl -0777 -i -pe 's|^(.*)\n-{3,}$|## $1|gm' `find . -name '*.md'`
perl -0777 -i -pe 's|^(.*)\n={3,}$|# $1|gm' `find . -name '*.md'`
be81be18
History
Name Last commit Last update