ldbus
ldbus copied to clipboard
readme.md does not fit on screen
The table in the Usage section does not fit on the screen. Most of the 3rd column does not fit on the screen.
How would you suggest to layout the info instead?
Simplest option would probably be pushing it to a gh-pages branch and linking to that from readme.
Maybe put the comment in a separate line? Like this.
C | Lua |
---|---|
Comment | |
dbus_bus_get() | ldbus.bus.get() |
Takes type as one of "session", "system" or "starter". The connection will not have exit_on_disconnect set. |
Except that I don't know how to do colspan
in Markdown, and it seems like I can't mix HTML and Markdown (i.e. Github doesn't recognize md formatting inside an HTML table), so the formatting may be a problem.