naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.07k stars 327 forks source link

Additional Table... Things #274

Closed Puliping closed 7 years ago

Puliping commented 7 years ago

While making a list of all Classes and their subclasses (Archetypes, etc.), I noticed we couldn't take an item in a table and give it a set of "subitems". An example of this is the Tools table (Player's Handbook, page 154): notice how Artisan's Tools has various subitems (Alchemist’s supplies, Brewer’s supplies, etc.).

I made do by simply adding a ">" in front of the subitems, but it'd look much prettier if it was more like the example I gave.

vlos commented 7 years ago

Actually you can with a little HTML coding. http://homebrewery.naturalcrit.com/share/By45KHbHg Use a non-breaking space (before the label) |   Sub Item| description |

Edit: the background color of the rows seems too light to see the starting of the row prior to text, but it's there (which you can see if you darken it up #dbe1b7 seems to work a bit better).

Puliping commented 7 years ago

Ah! That's actually what I was looking for! Guess I'll just have to keep note of that code then. Thanks!