CommonMark.NET icon indicating copy to clipboard operation
CommonMark.NET copied to clipboard

CommonMarkAdditionalFeatures like tables

Open yufeih opened this issue 8 years ago • 3 comments

In addition to the ~~strike through~~ syntax, are there any plains to support more additional features, specifically tables as described here?

yufeih avatar Aug 25 '15 06:08 yufeih

There are no current plans for myself to implement any additional features that are not in the spec since there are pending work from the recent spec versions that require work.

However if someone would create a PR for the github table syntax that does not have negative performance impact to base scenario (parsing without any additional features) then I would gladly include it.

Knagis avatar Aug 31 '15 15:08 Knagis

@Knagis Hi, First of all, this is an awesome project. Great work! Just wanted to know if there is any possibility of including the tables feature in the near future.

ratishphilip avatar Apr 25 '16 19:04 ratishphilip

My answer hasn't really changed since last august...

There have been some work on the tables though that you might find useful:

  • https://github.com/AMDL/CommonMark.NET/tree/pipe-tables
  • https://github.com/kevin-montrose/CommonMark.NET/tree/ast-transforms-and-tables-squashed

Knagis avatar Apr 26 '16 15:04 Knagis