Docs: Example blocks can't contain warnings

This commit is contained in:
Clinton Gormley 2015-05-22 17:37:58 +02:00
parent 631e03c872
commit cde2c91b5a
1 changed files with 2 additions and 5 deletions

View File

@ -300,11 +300,8 @@ that is for documents not present in the index. The syntax is similar to the
return the same results as in example 1. The mapping used is determined by the
`index` and `type`.
[WARNING]
======
If dynamic mapping is turned on (default), the document fields not in the original
mapping will be dynamically created.
======
*If dynamic mapping is turned on (default), the document fields not in the original
mapping will be dynamically created.*
[source,js]
--------------------------------------------------