From 4432d9828116f20ae4bef1d046ff21a8f373507b Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 16 Jul 2026 01:09:25 +0300 Subject: [PATCH] fix: p margin --- CHANGELOG.md | 14 +++++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- templates/base.html | 3 ++- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce2799..d83219c 100644 --- a/CHANGELOG.md +++ b/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 [Semantic Versioning](https://semver.org/lang/en/). -## v0.5.1 - 2026-07-27 + +## `v0.5.2` - 16.07.2026 ### Fixed - 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 - 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 - Refactoring diff --git a/Cargo.lock b/Cargo.lock index b01e0a9..ee2c8f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "mdpreview" -version = "0.5.1" +version = "0.5.2" dependencies = [ "askama", "askama_axum", diff --git a/Cargo.toml b/Cargo.toml index 3f0a1a7..5540fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdpreview" -version = "0.5.1" +version = "0.5.2" edition = "2024" authors = ["Vladislav Kan "] build = "build.rs" diff --git a/templates/base.html b/templates/base.html index 93263bc..52bf184 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,7 +32,8 @@ } p { - margin-bottom: 0; + margin-top: 0.5em; + margin-bottom: 0.5em; } h1, h2, h3, h4 {