mirror of https://github.com/rails/rails
Merge pull request #51876 from skipkayhil/hm-tmp-fix-md-dl
Temporarily fix multi-paragraph definition lists [ci skip]
This commit is contained in:
commit
5b7a9c4e88
|
@ -48,7 +48,7 @@ module ActionController
|
||||||
# `If-None-Match` header may receive a `304 Not Modified` response if the
|
# `If-None-Match` header may receive a `304 Not Modified` response if the
|
||||||
# ETag matches exactly.
|
# ETag matches exactly.
|
||||||
#
|
#
|
||||||
# A weak ETag indicates semantic equivalence, not byte-for-byte equality, so
|
# : A weak ETag indicates semantic equivalence, not byte-for-byte equality, so
|
||||||
# they're good for caching HTML pages in browser caches. They can't be used
|
# they're good for caching HTML pages in browser caches. They can't be used
|
||||||
# for responses that must be byte-identical, like serving `Range` requests
|
# for responses that must be byte-identical, like serving `Range` requests
|
||||||
# within a PDF file.
|
# within a PDF file.
|
||||||
|
@ -58,7 +58,7 @@ module ActionController
|
||||||
# `If-None-Match` header may receive a `304 Not Modified` response if the
|
# `If-None-Match` header may receive a `304 Not Modified` response if the
|
||||||
# ETag matches exactly.
|
# ETag matches exactly.
|
||||||
#
|
#
|
||||||
# A strong ETag implies exact equality -- the response must match byte for
|
# : A strong ETag implies exact equality -- the response must match byte for
|
||||||
# byte. This is necessary for serving `Range` requests within a large video
|
# byte. This is necessary for serving `Range` requests within a large video
|
||||||
# or PDF file, for example, or for compatibility with some CDNs that don't
|
# or PDF file, for example, or for compatibility with some CDNs that don't
|
||||||
# support weak ETags.
|
# support weak ETags.
|
||||||
|
|
Loading…
Reference in New Issue