-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Improve the handling of inline-code containing |
in the table
#9252
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
Comments
3 tasks
88250
added a commit
to 88250/lute
that referenced
this issue
Sep 22, 2023
88250
added a commit
that referenced
this issue
Sep 22, 2023
目前还有一些问题
🚫 导出导入前后不一致🚫 测试 1模板: | | <span data-type="code">|</span> | |
| --- | :--------------------------------------------: | --- |
| | <span data-type="code">\|\</span> | |
| | <span data-type="code">\\|\\</span> | |
| | <span data-type="code">\\\|\\\</span> | |
| | <span data-type="code">\\\\|\\\\</span> | |
| | <span data-type="code">\\\\\|\\\\\</span> | | 导出内容: | | `|` | |
| --- | :------------: | --- |
| | `\\|\` | |
| | `\\\|\\` | |
| | `\\\\|\\\` | |
| | `\\\\\|\\\\` | |
| | `\\\\\\|\\\\\` | |
🚫 测试 2模板: | | <span data-type="code">|</span> | |
| --- | :----------------------------------------------------------------: | --- |
| | <span data-type="code">||</span> | |
| | <span data-type="code">|||</span> | |
| | <span data-type="code">||||</span> | |
| | <span data-type="code">|||||</span> | |
| | <span data-type="code">||||||</span> | | 导出内容: | | `|` | |
| --- | :-----: | --- |
| | `||` | |
| | `|||` | |
| | `||||` | |
| | `|||||` | |
| | `||||||` | | 🚫 测试 3模板: | | <span data-type="code">|\</span> | |
| --- | :-------------------------------------------------------: | --- |
| | <span data-type="code">|\|</span> | |
| | <span data-type="code">|\|\</span> | |
| | <span data-type="code">|\|\|</span> | |
| | <span data-type="code">|\|\|\</span> | |
| | <span data-type="code">|\|\|\|</span> | | 导出内容: | | `|\\` | |
| --- | :--------: | --- |
| | `|\\|` | |
| | `|\\|\` | |
| | `|\\|\|` | |
| | `|\\|\|\` | |
| | `|\\|\|\|` | | 🚫 测试 4模板: | | <span data-type="code">\|</span> | |
| --- | :--------------------------------------------------: | --- |
| | <span data-type="code">\|\</span> | |
| | <span data-type="code">\|\|</span> | |
| | <span data-type="code">\|\|\</span> | |
| | <span data-type="code">\|\|\|</span> | |
| | <span data-type="code">\|\|\|\</span> | | 导出内容: | | `\\|` | |
| --- | :-------: | --- |
| | `\\|\` | |
| | `\\|\|` | |
| | `\\|\|\` | |
| | `\\|\|\|` | |
| |`\\|\|\|\` | | 🚫 测试 5模板: | | <span data-type="code">\|</span> | |
| --- | :-------------------------------------------------------------------: | --- |
| | <span data-type="code">\||</span> | |
| | <span data-type="code">\||\|</span> | |
| | <span data-type="code">\||\||</span> | |
| | <span data-type="code">\||\||\|</span> | |
| | <span data-type="code">\||\||\||</span> | | 导出内容: | | `\\|` | |
| --- | :----------: | --- |
| | `\\||` | |
| | `\\||\|` | |
| | `\\||\||` | |
| | `\\||\||\|` | |
| | `\\||\||\||` | | 🚫 测试 6模板: | | <span data-type="code">|</span> | |
| --- | :-------------------------------------------------------------------: | --- |
| | <span data-type="code">|\|</span> | |
| | <span data-type="code">|\||</span> | |
| | <span data-type="code">|\||\|</span> | |
| | <span data-type="code">|\||\||</span> | |
| | <span data-type="code">|\||\||\|</span> | | 导出内容: | | `|` | |
| --- | :----------: | --- |
| | `|\\|` | |
| | `|\\||` | |
| | `|\\||\|` | |
| | `|\\||\||` | |
| | `|\\||\||\|` | | |
88250
added a commit
to 88250/lute
that referenced
this issue
Sep 23, 2023
感谢测试,我再努力努力,感觉应该差不多了。 |
88250
added a commit
that referenced
this issue
Sep 23, 2023
目前看没啥问题了🎉 |
貌似这里又出问题了 模板: | | <span data-type="code">\|</span> | |
| --- | :--------------------------------------------------: | --- |
| | <span data-type="code">\|\</span> | |
| | <span data-type="code">\|\|</span> | |
| | <span data-type="code">\|\|\</span> | |
| | <span data-type="code">\|\|\|</span> | |
| | <span data-type="code">\|\|\|\</span> | |
期望导出内容: | | `\\|` | |
| --- | :----------: | --- |
| | `\\|\` | |
| | `\\|\\|` | |
| | `\\|\\|\` | |
| | `\\|\\|\\|` | |
| | `\\|\\|\\|\` | |
实际导出内容: | | `\|` | |
| --- | :-------: | --- |
| | `\|\` | |
| | `\|\|` | |
| | `\|\|\` | |
| | `\|\|\|` | |
| | `\|\|\|\` | |
|
收到,稍后继续修改。 |
88250
added a commit
to 88250/lute
that referenced
this issue
Sep 26, 2023
88250
added a commit
that referenced
this issue
Sep 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
思源目前针对表格中的行内代码中
|
与\
的解析也有问题, 无法在表格中行内代码中分别输入\|
,\\|
,\\\|
,\\\\|
, 在刷新后显示内容会发生更改下面是在思源中导入如下内容的结果
1|1
2\|2
3\\|3
4\\\|4
Originally posted by @Zuoqiu-Yingyi in #9227 (comment)
The text was updated successfully, but these errors were encountered: