-
Notifications
You must be signed in to change notification settings - Fork 111
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
Underline Text in List #27
Comments
Markdown doesn't natively support underline, so we need to rethink how we serialise this. I suggest we remove the underline option for now, and then experiment with using html tags for underline. |
in paragraph tag we can use this |
This issue is linked with accordproject/markdown-editor#98 |
I believe this won't exactly work due to how we are handling transforming markdown to ciceromark to commonmark to slate (diagram). |
We need to figure out how (whether?) we should represent underline in markdown first (See @dselman 's comment). Is this a must have feature? |
I'm unsure about this, because our |
We shouldn't depend too much on HTML tags since we convert contracts to other formats: e.g., pdf, docx. It would be better to use a proper underline extension as @dselman suggested in a previous comment. For instance: https://www.npmjs.com/package/markdown-it-plugin-underline Not sure underline is our most pressing requirement though. |
@jeromesimeon @irmerk |
@irmerk Can you assign this to me please? |
As you can see from the thread. We're not really pursuing this feature at the moment. |
@jeromesimeon Oh no. |
If there aren't any open Issues that are open and not low priority, then there aren't any. Something as challenging as #73 won't be assigned to someone without having a pretty thorough investigation into what we need to do and how. |
This issue is out of date. The tech working group is currently looking into adding underlined text to the markdown editor. |
Related to (blocked by if we want to pursue this) accordproject/markdown-transform#368 |
The underline style can not be applied to text in an ordered or unordered list. The bold, italic, and code styles work for text in a list.
Example of a real contract where parts of an ordered list are underlined, which currently isn't possible in our editor:
The text was updated successfully, but these errors were encountered: