Open bob-carpenter opened 4 years ago
There are also terms I would've expected to be game terms that don't show up, like "Limited", "Standard" and "Great" in the context of effects.
I pulled all leading and trailing punctuation and spaces out of the spans already. For example, I replaced
<span class="game-term">foo: </span>
with
<span class="game-term">foo</span>:
.
These uses are mainly in headers, where the semicolon's clearly part of the formatting, not part of the game term itself.
@bob-carpenter I'm going to defer to you for creating this master list of terms. I'm afraid that I'm thin on time. (Obviously, given how long it has taken me to respond to this.)
I have submitted a pull request which fixes a lot of issues. Cross your fingers they Merge.
I've merged the mentioned PR.
THX!
It would be nice to have a master list of game terms checked into this repo. I've made a checkable list below of the terms currently marked up with
<span class="game-term"> ... </span>
. If someone couldit'll be easy to clean up the markdown.
One further question.
For example, the word "coin" shows up in the document in its technical usage without markup, in lowercase with markup, and capitalized with markup.
Numerical and lower case
Numerical and Title Capitalization
Title Capitalization
Mixed case
Lower case
P.S. Thanks so much for putting up a markdown version!