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

Improve markdown span custom tag #920

Open
RFSH opened this issue Oct 27, 2021 · 0 comments
Open

Improve markdown span custom tag #920

RFSH opened this issue Oct 27, 2021 · 0 comments
Labels
help wanted Intended for internal use for student workers

Comments

@RFSH
Copy link
Member

RFSH commented Oct 27, 2021

The current span tag implementation is based on "subscript". In case of subscript, the text between the special tags must be inline and must be treated as normal text (it shouldn't apply markdown). But that's not necessarily true for span and we should be able to use span in combination with other markdown tags.

The current implementation,

  • Doesn't allow usage of span inside another span.
  • Basically "escapes" the content of span and shows the content as is (without rendering markdown). So for example we cannot have a link inside the span.

This came up as part of #919 where we want a tag that does the markdown escaping for us.

@RFSH RFSH added the help wanted Intended for internal use for student workers label Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Intended for internal use for student workers
Projects
None yet
Development

No branches or pull requests

1 participant