View Issue Details

IDProjectCategoryView StatusLast Update
0008003Talerexchangepublic2024-03-07 20:47
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeveritytextReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008003: tos generator generates invalid markdown
DescriptionThe 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.
TagsNo tags attached.

Relationships

related to 0007994 closedFlorian Dold wallet-core and UIs should support i18n-ized terms of service 
related to 0007882 closedsebasjm ToS is always text/plain, even if you ask for text/markdown only 

Activities

MarcS

2023-12-11 19:57

developer   ~0020739

Last edited: 2023-12-11 19:59

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.

Christian Grothoff

2023-12-13 05:41

manager   ~0020747

a14e263a..547f2ea0 fixes this. You do need to do something like pip3 install sphinx-markdown-builder though...

Issue History

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