This commit is contained in:
Kovid Goyal 2021-02-07 12:24:05 +05:30
parent 7b52611fdd
commit a5308d1dc7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -807,7 +807,7 @@ The HTML editor has very sophisticated syntax highlighting. Features include:
* Invalid HTML is highlighted with a red underline * Invalid HTML is highlighted with a red underline
* Spelling errors in the text inside HTML tags and attributes such as title * Spelling errors in the text inside HTML tags and attributes such as title
are highlighted. The spell checking is language aware, based on the value are highlighted. The spell checking is language aware, based on the value
of the lang attribute of the current tag and the overall book language. of the ``lang`` attribute of the current tag and the overall book language.
* CSS embedded inside ``<style>`` tags is highlighted * CSS embedded inside ``<style>`` tags is highlighted
* Special characters that can be hard to distinguish such as non-breaking * Special characters that can be hard to distinguish such as non-breaking
spaces, different types of hyphens, etc. are highlighted. spaces, different types of hyphens, etc. are highlighted.