fix: p margin

This commit is contained in:
thek4n 2026-07-16 01:09:25 +03:00
parent cb6c64d5ab
commit 4432d98281
4 changed files with 15 additions and 6 deletions

View File

@ -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
View File

@ -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",

View File

@ -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"

View File

@ -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 {