Closed sachin-suresh-rapyuta closed 1 year ago
I can use the codeblock
, but I don't see using codeblock for a single line makes sense. There should be a way to fix this line-breaking issue from simplepdf style?
I think we need to fix some CSS here. But I'm not sure which rules, yet. Also our DEMO-PDF has 1-2 examples, which are shown this problem.
Thanks for reporting it.
I have an inline code in a paragraph like below in RST :
To verify the progress of the operation objects obtained in :ref:
Step 1<Step 1: Upload CSV documents>
, use theGET /v1/operations/
endpoint. We can conveniently pass the operation object IDs as query parameters to narrow its results. For example:GET /v1/operations/?id=<operation_obj_1_id>&id=<operation_obj_2_id>&...&id=<operation_obj_n_id>
.But, the PDF output for this line has too many white spaces: