fix: p margin
This commit is contained in:
parent
cb6c64d5ab
commit
4432d98281
14
CHANGELOG.md
14
CHANGELOG.md
@ -5,14 +5,22 @@ The format is based on [Keep a
|
|||||||
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
||||||
[Semantic Versioning](https://semver.org/lang/en/).
|
[Semantic Versioning](https://semver.org/lang/en/).
|
||||||
|
|
||||||
## v0.5.1 - 2026-07-27
|
|
||||||
|
## `v0.5.2` - 16.07.2026
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed tables rendering
|
- Fixed tables rendering
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## v0.5.0 - 2026-07-26
|
## `v0.5.1` - 2026-07-14
|
||||||
|
### Fixed
|
||||||
|
- Fixed tables rendering
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## `v0.5.0` - 2026-07-14
|
||||||
### Changed
|
### Changed
|
||||||
- Migrate to embed js/css deps
|
- Migrate to embed js/css deps
|
||||||
|
|
||||||
@ -20,7 +28,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## v0.4.5 - 2026-07-26
|
## `v0.4.5` - 2026-07-14
|
||||||
### Changed
|
### Changed
|
||||||
- Refactoring
|
- Refactoring
|
||||||
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1188,7 +1188,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mdpreview"
|
name = "mdpreview"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama",
|
"askama",
|
||||||
"askama_axum",
|
"askama_axum",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "mdpreview"
|
name = "mdpreview"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Vladislav Kan <thek4n@yandex.ru>"]
|
authors = ["Vladislav Kan <thek4n@yandex.ru>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|||||||
@ -32,7 +32,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 0;
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user