Skip to content

TextSpans structure in leancode_markup #250

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

Open
Albert221 opened this issue Mar 7, 2024 · 0 comments
Open

TextSpans structure in leancode_markup #250

Albert221 opened this issue Mar 7, 2024 · 0 comments
Labels
p: leancode_markup Related to the leancode_markup pacakge

Comments

@Albert221
Copy link
Member

          Do we want to have a flat structure of text spans instead of using nested spans?
What we have now What I though we want to have
[b]aaa [i]bbb[/i][/b] [b]aaa [i]bbb[/i][/b]
TextSpan(b, aaa) + TextSpan(b+i, bbb) TextSpan(b, aaa + TextSpan(i, bbb))

Originally posted by @Albert221 in #249 (comment)

@pdenert pdenert added the p: leancode_markup Related to the leancode_markup pacakge label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: leancode_markup Related to the leancode_markup pacakge
Projects
None yet
Development

No branches or pull requests

2 participants