hledger/hledger
Joschua Kesper e2f2a22346 fix: html: Nested tables resulting in broken HTML on export
A HTML export results in a table which has a stylesheet and another table
nested inside. This is not valid HTML and gets auto corrected by closing the
first table and opening another table. The result is the heading of the table
can expand further than the remaining table.

This results in a few notable changes:

- The date is in a far bigger cell and it's very noticeable it's centered compared to the amounts
  (we may want to right align the date, though I don't have any particular thoughts about this)
- We no longer have two consecutive lines with black background and the start
- The table is as big as the heading (+ the default left margin)
2025-11-04 18:42:03 -10:00
..
app dev: switch all qualifed imports to ImportQualifiedPost style 2025-09-29 19:28:59 -10:00
bench ;dev: fix hledger/bench/bench.hs 2025-02-27 07:32:44 -10:00
embeddedfiles dev: remove the dead link: hledger/embeddedfiles/hledger-journal.md 2024-10-05 15:08:02 -10:00
Hledger fix: html: Nested tables resulting in broken HTML on export 2025-11-04 18:42:03 -10:00
shell-completion imp:accounts: rename --positions to --locations for consistency 2025-10-13 10:11:18 -10:00
test fix:check accounts: don't garble non-ascii account names in errors [#2469] 2025-10-01 14:40:08 -10:00
.date.m4 ;doc: update embedded manuals 2025-11-03 06:35:05 -10:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version ;pkg: set version to 1.50.99 2025-09-03 20:22:40 +01:00
.version.m4 ;pkg: set version to 1.50.99 2025-09-03 20:22:40 +01:00
CHANGES.md ;doc:CHANGES, relnotes:hledger 1.33: fix typo 2025-10-24 11:00:35 -10:00
dir-entry.texi ;fix: doc: info: avoid directory paths in directory metadata (#1594) 2021-07-14 09:07:56 -10:00
hledger.1 ;doc: update embedded manuals 2025-11-03 06:35:05 -10:00
hledger.cabal ;cabal: update cabal files 2025-09-29 19:12:00 -10:00
hledger.info ;doc: update embedded manuals 2025-11-03 06:35:05 -10:00
hledger.m4.md Summary: ;doc:Value reporting: edits 2025-11-03 08:14:08 -10:00
hledger.txt ;doc: update embedded manuals 2025-11-03 06:35:05 -10:00
LICENSE ;pkg: simplify LICENSE (try to fix github license detection) 2025-03-31 19:12:38 -10:00
package.yaml pkg: package.yaml files cleanup, consistency 2025-09-29 19:08:50 -10:00
README.md ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
Setup.hs Revert "remove Setup.hs files again, fixing a yesod devel warning" 2014-05-24 13:39:09 -07:00

hledger

The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing financial transactions and produce useful reports.

See also: the project README and home page.