-
Notifications
You must be signed in to change notification settings - Fork 7
ADR: Text formatting #773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ADR: Text formatting #773
Conversation
Signed-off-by: Christian Paul <christian.paul@nordeck.net>
|
Signed-off-by: Christian Paul <christian.paul@nordeck.net>
Signed-off-by: Christian Paul <christian.paul@nordeck.net>
| @@ -0,0 +1,56 @@ | |||
| # ADR009: Text formatting | |||
|
|
|||
| Status: accepted | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the current scope of research, I would say this should be draft instead. Once we implement it, then it can move to accepted.
| } | ||
| ``` | ||
|
|
||
| This introduces a new property `textFormat` which is either missing or has the value `custom.text`. If it is missing, the property `text` contains plain text. If it has the value `custom.text`, it's expected to be the restricted subset of HTML described in this document. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All occurrences of custom.text should be changed to custom.html, right?
|
|
||
| ### Using `<b>`, `<em>` etc. | ||
|
|
||
| There is no tag which does the reverse, so |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this sentence complete? If yes, I do not understand it. There is no tag which does the reverse of what?
This document comes from a research spike about how to store formatted text in shapes.
✔️ Checklist
Signed-off-byline in the message (more info).