Commit fe5ea21
committed
Try again to add lang to Supported Languages in README
GitHub-flavored Markdown doesn't have anything comparable to the
HTML lang attribute, so the list of languages needs to be coded in HTML.
My previous commit to address this issue include SPAN tags with
lang attributes, but when this is rendered as HTML the SPAN tags are
stripped out. Trying again with STRONG tags.1 parent cf8eae6 commit fe5ea21
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments