From fb1afa26b2c529ec7ac54a6dea7cb70185ce377b Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 4 Jul 2023 14:01:01 +0000 Subject: [PATCH] Update search-domain-services.md --- .../legacy-server-side-extensions/search-domain-services.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md index d81e2ee2a95..71539fedb61 100644 --- a/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md +++ b/docs/software-developer-documentation/legacy-server-side-extensions/search-domain-services.md @@ -4,7 +4,8 @@ Search Domain Services | |ASCII |HTML | |----------------|-------------------------------|-----------------------------| |Single backticks|`'Isn't this fun?'` |'Isn't this fun?' | -|Quotes |`"Isn't this fun?"` |<table> <thead> <tr> <th></th> <th>ASCII</th> <th>HTML</th> </tr> </thead> <tbody> <tr> <td>Single backticks</td> <td><code>'Isn't this fun?'</code></td> <td>‘Isn’t this fun?’</td> </tr> <tr> <td>Quotes</td> <td><code>"Isn't this fun?"</code></td> <td>“Isn’t this fun?â€</td> </tr> <tr> <td>Dashes</td> <td><code>-- is en-dash, --- is em-dash</code></td> <td>– is en-dash, — is em-dash</td> </tr> </tbody> </table> | +|Quotes |`"Isn't this fun?"` |<table> <thead> <tr> <th></th> <th>ASCII</th> <th>HTML</th> </tr> </thead> <tbody> <tr> <td>Single backticks</td> <td><code>'Isn't this fun?'</code></td> <td>‘Isn’t this fun?’</td> </tr> <tr> <td>Quotes</td> <td><code>"Isn't this fun?"</code></td> <td>“Isn’t this fun?â€</td> </tr> <tr> <td>Dashes</td> <td><code>-- is en-dash, --- is em-dash</code></td> <td>– is en-dash, — is em-dash</td> </tr> </tbody> </table> <table> <thead> <tr> <th></th> <th>ASCII</th> <th>HTML</th> </tr> </thead> <tbody> <tr> <td>Single backticks</td> <td><code>'Isn't this fun?'</code></td> <td>‘Isn’t this fun?’</td> </tr> <tr> <td>Quotes</td> <td><code>"Isn't this fun?"</code></td> <td>“Isn’t this fun?â€</td> </tr> <tr> <td>Dashes</td> <td><code>-- is en-dash, --- is em-dash</code></td> <td>– is en-dash, — is em-dash</td> </tr> </tbody> </table> | +|Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash| |Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash| A search domain service is a DSS plugin which allows to query some -- GitLab