mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -08:00
Fix rendering for doxygen
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
@page deck_search_syntax_help Deck Search Syntax Help
|
@page deck_search_syntax_help Deck Search Syntax Help
|
||||||
|
|
||||||
## Deck Search Syntax Help
|
## Deck Search Syntax Help
|
||||||
-----
|
|
||||||
The search bar recognizes a set of special commands.<br>
|
The search bar recognizes a set of special commands.<br>
|
||||||
In this list of examples below, each entry has an explanation and can be clicked to test the query. Note that all
|
In this list of examples below, each entry has an explanation and can be clicked to test the query. Note that all
|
||||||
searches are case insensitive.
|
searches are case insensitive.
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
<dt>Display Name (The deck name, or the filename if the deck name isn't set):</dt>
|
<dt>Display Name (The deck name, or the filename if the deck name isn't set):</dt>
|
||||||
<dd>[red deck wins](#red deck wins) <small>(Any deck with a display name containing the words red, deck, and wins)</small></dd>
|
<dd>[red deck wins](#red deck wins) <small>(Any deck with a display name containing the words red, deck, and wins)</small></dd>
|
||||||
<dd>["red deck wins"](#%22red deck wins%22) <small>(Any deck with a display name containing the exact phrase "red deck wins")</small></dd>
|
<dd>["red deck wins"](#%22red deck wins%22) <small>(Any deck with a display name containing the exact phrase "red deck wins")</small></dd>
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
@page search_syntax_help Search Syntax Help
|
@page search_syntax_help Search Syntax Help
|
||||||
|
|
||||||
## Search Syntax Help
|
## Search Syntax Help
|
||||||
-----
|
|
||||||
The search bar recognizes a set of special commands similar to some other card databases.<br>
|
The search bar recognizes a set of special commands similar to some other card databases.<br>
|
||||||
In this list of examples below, each entry has an explanation and can be clicked to test the query. Note that all searches are case insensitive.
|
In this list of examples below, each entry has an explanation and can be clicked to test the query. Note that all searches are case insensitive.
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
<dt>Name:</dt>
|
<dt>Name:</dt>
|
||||||
<dd>[birds of paradise](#birds of paradise) <small>(Any card name containing the words birds, of, and paradise)</small></dd>
|
<dd>[birds of paradise](#birds of paradise) <small>(Any card name containing the words birds, of, and paradise)</small></dd>
|
||||||
<dd>["birds of paradise"](#%22birds of paradise%22) <small>(Any card name containing the exact phrase "birds of paradise")</small></dd>
|
<dd>["birds of paradise"](#%22birds of paradise%22) <small>(Any card name containing the exact phrase "birds of paradise")</small></dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user