Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tables can't rendered in HTML #633

Open
villanella opened this issue Feb 19, 2024 · 0 comments
Open

Tables can't rendered in HTML #633

villanella opened this issue Feb 19, 2024 · 0 comments

Comments

@villanella
Copy link

villanella commented Feb 19, 2024

@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:
pic-selected-240215-2224-41

Screenshot 2:
pic-selected-240215-2224-10

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant