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

Dubbo Markdown document tables are displaying garbled characters. #17

Closed
psuvjd opened this issue Sep 15, 2022 · 0 comments
Closed

Dubbo Markdown document tables are displaying garbled characters. #17

psuvjd opened this issue Sep 15, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@psuvjd
Copy link

psuvjd commented Sep 15, 2022

Expected Behavior(您期望的结果)

In version 2.1.7, it worked fine; the last 1 or 2 columns of the table would not wrap automatically, and the display was OK.
2.1.7版本中是可以的,表格最后1、2列不会自动换行,展示效果ok
image

Current Behavior(当前结果)

In version 2.1.7 and later (currently viewing the effect in version 2.5.3), the last 1 or 2 columns of the table will wrap, causing the rendered MD table to be disordered.
在2.1.7及之后的版本中(当前效果以2.5.3版本生成),表格最后1、2列会有换行,导致渲染出来的md表格错乱
image

Steps to Reproduce (Bug产生步骤,请尽量提供用例代码)

import lombok.Data;

/**
 * test-vo
 *
 * @author junying 2022/09/15
 */
@Data
public class TestVo {

    /**
     * xxx
     */
    private String field1;

    /**
     * yyy
     */
    private String field2;

}

Context(Bug影响描述)

Your Environment(您的使用环境)

image

idea: 2022.2.2
  • smart-doc version:
  • smart-doc-maven-plugin version: 2.5.3
  • build tool version(maven or gradle): maven 3.8.6
@psuvjd psuvjd added the bug Something isn't working label Sep 15, 2022
@shalousun shalousun changed the title dubbo-markdown文档表格乱码 Dubbo Markdown document tables are displaying garbled characters. Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants