Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeafYeeXYZ committed May 27, 2024
1 parent 2994183 commit f000bce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mdp
```

## 更新日志
- `1.3.1` (2024-05-28): 优化样式
- `1.3.0` (2024-05-26): 支持自定义 `CSS` 文件, 简化编写格式, 优化帮助信息
- `1.2.3` (2024-05-25): 修复中文图片路径导致的错误
- `1.2.2` (2024-05-21): 优化样式, 优化命令
Expand Down
2 changes: 2 additions & 0 deletions css/APS.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ img {
display: block;
max-width: 100%;
margin: 0 auto;
margin-bottom: 10px;
}

blockquote, blockquote > p { /* 表格的标题: 小五号宋体 */
Expand All @@ -120,6 +121,7 @@ table { /* 表格: 小五号宋体 */
width: 100%;
max-width: 100%;
margin: 0 auto;
margin-bottom: 10px;
& th, & td {
font-weight: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "leaf-markdown-paper",
"type": "module",
"version": "1.3.0",
"version": "1.3.1",
"author": {
"name": "LeafYeeXYZ",
"email": "[email protected]"
Expand Down

0 comments on commit f000bce

Please sign in to comment.