Merge pull request #1610 from hedgedoc/fix-hfm-header

Fix usage of "HFM" in table headers
This commit is contained in:
Yannick Bungers 2021-09-03 12:34:46 +02:00 committed by GitHub
commit 0a29738e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ Instead of this uncommon syntax, HFM2 uses just plain links to external content
## HTML ## HTML
Besides the basic HTML typography elements (`<p>`, `<a>`, `<b>`, `<ins>`, `<del>`) the following more special HTML elements are supported by some specification. Besides the basic HTML typography elements (`<p>`, `<a>`, `<b>`, `<ins>`, `<del>`) the following more special HTML elements are supported by some specification.
| Feature | HedgeDocMark 1 | HedgeDocMark 2 | CommonMark | GFM | | Feature | HFM 1 | HFM 2 | CommonMark | GFM |
|:-------------:|:--------------:|:--------------:|:----------:|:---:| |:-------------:|:--------------:|:--------------:|:----------:|:---:|
| `<title>` | | | :ballot_box_with_check: | | | `<title>` | | | :ballot_box_with_check: | |
| `<textarea>` | | :ballot_box_with_check: | :ballot_box_with_check: | | | `<textarea>` | | :ballot_box_with_check: | :ballot_box_with_check: | |