tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 258 forks source link

Documentation generator not compatible with Kramdown #221

Closed lorrden closed 5 years ago

lorrden commented 5 years ago

The kramdown (Ruby markdown parser) does not parse tables which have no preceding blank line as it is based on php markdown syntax.

It would be nice if additional linefeeds are emitted in the md output from mlir-tablegen. This is a problem at the moment only when emitting the attribute table.