callmepartario / og-csrd

Old Gus' Cypher System Reference Document (OG-CSRD)
15 stars 12 forks source link

Handling of † #8

Closed davebytemfg closed 1 year ago

davebytemfg commented 1 year ago

This is super tiny, and might just be my opinion, but throwing it out anyway

                <li><a href="#ability-regenerate">Regenerate&dagger;</a> <span class="og-csrd-ref">(175)</span></li>

should more likely be

                <li><a href="#ability-regenerate">Regenerate</a><span class="og-csrd-ref">(175)</span>&dagger;</li>

That was the only case where † appeared inside the anchor tags, other uses have it outside.

callmepartario commented 1 year ago

nice one, fixed in https://github.com/callmepartario/og-csrd/commit/4dcd5552d6b5c337c765b0dca1922b67589b6a9d