mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
- The "example" element can now contain sub-elements.
- Added entities for Unicode quotes.
This commit is contained in:
parent
5a8a4bd20c
commit
8595adc781
@ -41,7 +41,7 @@
|
||||
|
||||
<!ELEMENT emphasis (#PCDATA)* >
|
||||
|
||||
<!ELEMENT example (#PCDATA)* >
|
||||
<!ELEMENT example ANY >
|
||||
|
||||
<!ELEMENT header (#PCDATA | argument)* >
|
||||
|
||||
@ -79,3 +79,7 @@
|
||||
|
||||
<!ENTITY nbsp " " >
|
||||
<!ENTITY mdash " - " >
|
||||
<!ENTITY lsquo "‘">
|
||||
<!ENTITY rsquo "’">
|
||||
<!ENTITY ldquo "“">
|
||||
<!ENTITY rdquo "”">
|
||||
|
Loading…
Reference in New Issue
Block a user