Browse Source

Docs: bad text wrapping

On the page http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.html

even on a huge monitor the text is being wrapped the next way
```
mapping:
ipod, i-pod, i pod => ipod, i-pod, i pod
mapping:
ipod, i-pod, i pod => ipod
```

So one can think that "mapping:" is not in comment and is a part of syntax. But the lines are less than 80 chars, so perhaps the problem is in the page layout and there may be some other pages in the reference where the text is also being wrapped in an undesirable way.

Closes #7739
Sergii Golubev 11 years ago
parent
commit
059d9f757a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      docs/reference/analysis/tokenfilters/synonym-tokenfilter.asciidoc

+ 4 - 2
docs/reference/analysis/tokenfilters/synonym-tokenfilter.asciidoc

@@ -63,9 +63,11 @@ ipod, i-pod, i pod
 foozball , foosball
 universe , cosmos
 
-# If expand==true, "ipod, i-pod, i pod" is equivalent to the explicit mapping:
+# If expand==true, "ipod, i-pod, i pod" is equivalent
+# to the explicit mapping:
 ipod, i-pod, i pod => ipod, i-pod, i pod
-# If expand==false, "ipod, i-pod, i pod" is equivalent to the explicit mapping:
+# If expand==false, "ipod, i-pod, i pod" is equivalent
+# to the explicit mapping:
 ipod, i-pod, i pod => ipod
 
 #multiple synonym mapping entries are merged.