Skip to content
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

Implementing Underline Functionality #368

Open
d-e-v-esh opened this issue Mar 25, 2021 · 7 comments
Open

Implementing Underline Functionality #368

d-e-v-esh opened this issue Mar 25, 2021 · 7 comments

Comments

@d-e-v-esh
Copy link
Contributor

Feature Request πŸ›οΈ

Markdown natively doesn't support underline so we need to figure out a different way to include and implement this feature.

This issue is the successor of accordproject/web-components#28

@jeromesimeon
Copy link
Member

Feature Request πŸ›οΈ

Markdown natively doesn't support underline so we need to figure out a different way to include and implement this feature.

This issue is the successor of accordproject/web-components#28

Or maybe not implement it?

@dselman
Copy link
Contributor

dselman commented Mar 25, 2021

A good one to get legal input on at a WG call perhaps?

@jeromesimeon
Copy link
Member

A good one to get legal input on at a WG call perhaps?

yes I like that! I'll schedule.

@jeromesimeon
Copy link
Member

jeromesimeon commented Mar 25, 2021

Maybe useful to not schedule it in isolation, but in a session where people express preferences so we can prioritise. Along the lines of:

Which of those commonmark extensions are the most important for contracts / legal agreements:

  • tables
  • strikethrough
  • underline
  • references
  • footnotes
  • ...name your favourite...

etc. ?

@jeromesimeon
Copy link
Member

Notes on underline:

  • From a pure markdown perspective people often use <u>this will be underlined</u> directly within the markdown. This most often generate the corresponding <u></u> tags in HTML.
  • The use of the <u>...</u> tag in HTML comes with a warning / sometimes discourage as it can confuse users which often take those for links (most commonly underlined in your browser)
  • I've seen markdown proposals looking like this:
    ++this will be underlined++
    
  • It wouldn't be hard to create a markdown-it plugin for that syntax
  • This would require and extension to CiceroMark for the corresponding nodes
  • I think this kind of extension would operate on 'inlines' rather than 'blocks' in markdown (similarly to emphasize and bold)

@jolanglinais
Copy link
Member

Should this be on the schedule for the next WG call @jeromesimeon?

@TC5022
Copy link
Collaborator

TC5022 commented Mar 6, 2022

@irmerk @jeromesimeon @dselman Do we still need the underline functionality? Shall I look into this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants