Documentation SK README: Malformed HTML
Open
@riverma is already working on this.
Since Dec 5, 2022.
bug
low complexity
requested
website
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Checked for duplicates
Yes - I've already checked
Website or Best Practice Guide?
Best Practice Guide
Describe the bug
When I edited the documentation starter kit README.md file, I was alerted that some html tags were deprecated or unsupported.

What did you expect?
I expected no errors when editing the markdown using an IDE.
However, the IDE reported the following concerns:
- Line 4:
<div align="center">-- Obsolete attribute (deprecated) - Line 10:
<h1 align="center">-- Obsolete attribute (deprecated) - Line 15:
<pre align="center">-- Attributealignis not allowed here.
Reproducible steps
1. Open the `README-sw-proj-template.md` file in a static HTML5 language checker, like that built-in to the `PyCharm` IDE.
PyCharm inspects HTML files to conform to the final W3C HTML5 specification.
Environment
- PyCharm 2022.2.3 / htmlparser2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.