Steps to reproduce
- Create a
.basefile containing a table template with CSS styling (progress bars / colors). - Verify the
.basefile renders correctly when opened directly. - Embed the template inside another page using a code block:
```base
...template content...
```
- Observe the rendered result inside the page.
Did you follow the troubleshooting guide? Y
Expected result
The embedded ```base block should render with the same CSS styling and layout as when the template is viewed directly in the .base file.
Specifically:
- progress bars render correctly
- colors match the defined CSS
- layout and spacing are consistent with the
.basefile view
Actual result
When the template is embedded using a ```base code block inside a page:
- CSS styling is not applied correctly
- progress bar colors render incorrectly
- layout and visual styles differ from the
.basefile rendering
The same template renders perfectly when opened as a .base file, but appears visually broken when embedded in a page.
Environment
(Paste your debug info here from Show debug info)
Additional information
This issue seems to occur specifically when rendering .base templates inside markdown pages via code block embedding.
Screenshots showing the difference:
Correct rendering inside .base file
(attach screenshot)
Broken rendering when embedded in page
(attach screenshot)
The CSS itself appears correct, since it works in the .base file context.
It seems the CSS scope or rendering environment for ```base blocks may differ from .base files.