Browse Source

[Docs] Fix broken bulleted lists (#27470)

Ulrich Reffle 8 năm trước cách đây
mục cha
commit
dd0bb580b0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      docs/reference/modules/scripting/security.asciidoc

+ 2 - 0
docs/reference/modules/scripting/security.asciidoc

@@ -35,6 +35,7 @@ possible for a sufficiently determined malicious user to write searches that
 overwhelm the Elasticsearch cluster and bring it down. For example:
 
 Good:
+
 * Users type text into a search box and the text is sent directly to a
 <<query-dsl-match-query>>, <<query-dsl-match-query-phrase>>,
 <<query-dsl-simple-query-string-query>>, or any of the <<search-suggesters>>.
@@ -44,6 +45,7 @@ the application development process.
 * User actions makes documents with a fixed structure.
 
 Bad:
+
 * Users can write arbitrary scripts, queries, `_search` requests.
 * User actions make documents with structure defined by users.