Tables can't rendered in HTML
@neerdoc Hello, the problem with tables rendering in v3.0b12 is still actual. This is an example how tables are rendered in doorstop-server and doorstop publish output
Screenshot 1:
Screenshot 2:
Template folder is placed alongside the documents. A document tree is like this:
reqs ├── REQ001.yml ├── assets │ └── logo-black-white.png -> ../../docs/images/logo-black-white.png ├── template │ ├── bootstrap.bundle.min.js │ ├── bootstrap.min.css │ ├── doorstop.css │ ├── general.css │ ├── jquery.min.js │ ├── logo-black-white.png │ ├── output │ │ ├── chtml │ │ │ └── fonts │ │ │ ├── tex.js │ │ │ └── woff-v2 │ │ │ ├── MathJax_AMS-Regular.woff │ │ │ ├── MathJax_Calligraphic-Bold.woff │ │ │ ├── MathJax_Calligraphic-Regular.woff │ │ │ ├── MathJax_Fraktur-Bold.woff │ │ │ ├── MathJax_Fraktur-Regular.woff │ │ │ ├── MathJax_Main-Bold.woff │ │ │ ├── MathJax_Main-Italic.woff │ │ │ ├── MathJax_Main-Regular.woff │ │ │ ├── MathJax_Math-BoldItalic.woff │ │ │ ├── MathJax_Math-Italic.woff │ │ │ ├── MathJax_Math-Regular.woff │ │ │ ├── MathJax_SansSerif-Bold.woff │ │ │ ├── MathJax_SansSerif-Italic.woff │ │ │ ├── MathJax_SansSerif-Regular.woff │ │ │ ├── MathJax_Script-Regular.woff │ │ │ ├── MathJax_Size1-Regular.woff │ │ │ ├── MathJax_Size2-Regular.woff │ │ │ ├── MathJax_Size3-Regular.woff │ │ │ ├── MathJax_Size4-Regular.woff │ │ │ ├── MathJax_Typewriter-Regular.woff │ │ │ ├── MathJax_Vector-Bold.woff │ │ │ ├── MathJax_Vector-Regular.woff │ │ │ └── MathJax_Zero.woff │ │ ├── chtml.js │ │ ├── svg │ │ │ └── fonts │ │ │ └── tex.js │ │ └── svg.js │ ├── tex-mml-chtml.js │ └── views │ ├── base.tpl │ ├── document_list.tpl │ └── item_list.tpl └── tutorial ├── TUT001.yml