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

markdown样式问题 #30

Open
tomatocuke opened this issue Apr 25, 2024 · 2 comments
Open

markdown样式问题 #30

tomatocuke opened this issue Apr 25, 2024 · 2 comments

Comments

@tomatocuke
Copy link

tomatocuke commented Apr 25, 2024

你好,我这边写markdown的时候,三层级,例如

- 创建主数据库
  - 创建`my-master.cnf`文件,拷贝下方的配置。 依据机器配置更改
    - 更改 `innodb_buffer_pool_size` 和 `innodb_buffer_pool_instances`
    - 更改 `innodb_read_io_threads` 和 `innodb_write_io_threads` ,主从配置中,写多分配

打包出来的文件样式层级不符合期待,请问我应该在哪里改动?

WX20240425-130912@2x

@mebtte
Copy link
Owner

mebtte commented Apr 25, 2024

你可以修改 src/template/article/article_content.ejs 里的 CSS

@tomatocuke
Copy link
Author

OK,已经修改好了。

article ul li > p, article ol li > p {
    display: inline;
    padding: 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants