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

bold and italic #172

Closed
jakekwak opened this issue Feb 23, 2020 · 2 comments
Closed

bold and italic #172

jakekwak opened this issue Feb 23, 2020 · 2 comments
Assignees
Milestone

Comments

@jakekwak
Copy link
Contributor

second line
ctrl+b, test and , ctrl+i, test, ctrl+i, ctrl+b, test
bold_underline2

@Vanessa219 Vanessa219 self-assigned this Feb 24, 2020
@Vanessa219 Vanessa219 added this to the 2.2 milestone Feb 24, 2020
@jakekwak
Copy link
Contributor Author

still problem.
line 1: underline after last test. **test and _test_** test
line 2: removing the space when ctrl+i

@Vanessa219 Vanessa219 reopened this Feb 24, 2020
@Vanessa219
Copy link
Owner

Vanessa219 commented Feb 24, 2020

@88250

  1. **test and _test_** test error
  2. throw error
vditor.lute.VditorDOM2Md(`<strong data-marker="**">test and <em data-marker="_">test</em></strong> test`)
  1. remove space
SpinVditorDOM - argument: <p data-block="0"><strong data-marker="**">test and <em>​j<wbr></em></strong>
</p>
log.ts:6 SpinVditorDOM - result: <p data-block="0"><strong data-marker="**">test and<em data-marker="*">j<wbr></em></strong>
</p>

88250 added a commit to 88250/lute that referenced this issue Feb 24, 2020
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

2 participants