HTML only wants one h1 per document #31

Merged
igalic merged 1 commits from plume/documentation:fix/html into master 5 years ago
igalic commented 5 years ago (Migrated from github.com)

middleman's title: already generates an <h1> tag.
This means that we need to reduce all our markdown's # → to ##

middleman's `title:` already generates an `<h1>` tag. This means that we need to reduce all our markdown's `#` → to `##`
elegaanz (Migrated from github.com) approved these changes 5 years ago
elegaanz (Migrated from github.com) left a comment

Thanks!

Thanks!

Reviewers

The pull request has been merged as 7795194ed1.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b fix/html master
git pull origin fix/html

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff fix/html
git push origin master
Sign in to join this conversation.
Loading…
There is no content yet.