<br/> tag in table content not work when render as docx #10045
-
### Description
---
format:
docx:
reference-doc: ./templates_now.docx
toc: false
number-sections: false
highlight-style: github
tbl-colwidths: [ 12,23,17,17,31 ]
---
# Login
| **No** | **Class** | **Desc** | **ToRun** | **Detail** |
|:------:|:-------------------------------------------------------:|:--------:|:---------:|:-----------------------------------------------:|
| 1 | com.github.<br/>repo.web.auth.service.<br/>LoginService | Login | run() | 1. login<br/>2. logout<br/>3. record login info |
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Could you properly format your post using code blocks for code and terminal outputs? Thanks. This being said, why would you expect HTML markups to work in Word? Also, for accessibility reasons, please state the issue as plain text in the body of your post. Setting a title is not enough. Thanks for your understanding. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
Example of table that would work
You can use Visual Editor to help you format table for example in VS…