cc-srd5 icon indicating copy to clipboard operation
cc-srd5 copied to clipboard

Offering a pure markdown version (no html)

Open fl-nk opened this issue 1 year ago • 0 comments

The current version uses hybrid markdown with html for tables. I have done a version that converts all html to markdown. The main advantage is when editing, since markdown editors do not support html well.

There are a few minor cons to a pure markdown version:

  • There is no universally accepted syntax for table captions. I have used Table: This is a table caption
  • There is no markdown equivalent for colspan. Some tables might be slightly uglier as a result.
  • No option to define column width in markdown. One is stuck with automatic column width.

Interested?

  • Yes → Ping me here. I won't bother forking otherwise.
  • No → No worries, thanks for your work!

fl-nk avatar Sep 11 '23 17:09 fl-nk