View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008003 | Taler | exchange | public | 2023-12-11 11:41 | 2024-03-07 20:47 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | text | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.4 | Fixed in Version | 0.9.4 | ||
Summary | 0008003: tos generator generates invalid markdown | ||||
Description | The ToS generator generates markdown with headings like this: """ Terms of Service **** """ As far as I can see, no commonly used markdown specification allows this syntax. This style of headings breaks markdown rendering on iOS. | ||||
Tags | No tags attached. | ||||
related to | 0007994 | closed | Florian Dold | wallet-core and UIs should support i18n-ized terms of service |
related to | 0007882 | closed | sebasjm | ToS is always text/plain, even if you ask for text/markdown only |
|
More Problems: Exhibit: "You are responsible for keeping the data in your Taler Wallet at all\n times\n under your control" 1) Single line breaks are ignored, but the two spaces after the first \n and the five spaces after the second are rendered and lead to "holes" in the text. |
|
a14e263a..547f2ea0 fixes this. You do need to do something like pip3 install sphinx-markdown-builder though... |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-12-11 11:41 | Florian Dold | New Issue | |
2023-12-11 11:41 | Florian Dold | Status | new => assigned |
2023-12-11 11:41 | Florian Dold | Assigned To | => Christian Grothoff |
2023-12-11 13:41 | MarcS | Relationship added | related to 0007994 |
2023-12-11 13:41 | MarcS | Relationship added | related to 0007882 |
2023-12-11 19:57 | MarcS | Note Added: 0020739 | |
2023-12-11 19:59 | MarcS | Note Edited: 0020739 | |
2023-12-13 05:41 | Christian Grothoff | Note Added: 0020747 | |
2023-12-13 05:41 | Christian Grothoff | Status | assigned => resolved |
2023-12-13 05:41 | Christian Grothoff | Resolution | open => fixed |
2023-12-13 05:41 | Christian Grothoff | Fixed in Version | => 0.9.4 |
2024-03-07 20:47 | Christian Grothoff | Status | resolved => closed |