markdown note about native + chain support

This commit is contained in:
Xevion
2019-07-01 21:15:43 -05:00
parent 92e91799ac
commit 161380d235
2 changed files with 3 additions and 1 deletions

View File

@@ -308,7 +308,8 @@ For some basic guidance, here are the tags for SFW and probably not SFW stuff:</
<p><code>rating:questionable</code> Probably <em>not</em> SFW, but probably correct.</p>
</li>
</ul>
<p>The chain multiple tags, instead of space character like most sites use, you would chain them without a space, and instead use a <code>+</code> character.</p>
<p>The chain multiple tags, instead of space character like most sites use, you would chain them without a space, and instead use a <code>+</code> character.<br>
<strong>Note:</strong> The input box in the site will handle the <code>+</code> character natively, you do not have to chain them yourself.</p>
<h5 class="mume-header" id="example">Example</h5>
<p>*<code>/hidden?tags=rating:safe</code><br>

View File

@@ -51,6 +51,7 @@ For some basic guidance, here are the tags for SFW and probably not SFW stuff:
* `rating:questionable` Probably *not* SFW, but probably correct.
The chain multiple tags, instead of space character like most sites use, you would chain them without a space, and instead use a `+` character.
**Note:** The input box in the site will handle the `+` character natively, you do not have to chain them yourself.
##### Example