Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • U User Guide - English
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DocumentationDocumentation
  • Docs
  • User Guide - English
  • Repository
  • user-en
  • docs
  • pledges
  • what-is-civipledge.md
Find file BlameHistoryPermalink
  • Sean Madsen's avatar
    Change markdown syntax to use ATX style headers · 61e7a3a9
    Sean Madsen authored Apr 26, 2017
    The use of ATX headers (aka "hash syntax" is part of our markdown
    standards as defined here:
    https://docs.civicrm.org/dev/en/latest/markdownrules/#standards
    
    To make this change, I did the following:
    perl -0777 -i -pe 's|^(.*)\n-{3,}$|## $1|gm' `find . -name '*.md'`
    perl -0777 -i -pe 's|^(.*)\n={3,}$|# $1|gm' `find . -name '*.md'`
    
    I also tested the built HTML files before/after using git to make sure
    that nothing actually changed in the build as a result of this commit
    61e7a3a9