Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package txt2tags for openSUSE:Factory checked in at 2024-04-03 17:21:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/txt2tags (Old) and /work/SRC/openSUSE:Factory/.txt2tags.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "txt2tags" Wed Apr 3 17:21:29 2024 rev:10 rq:1164359 version:3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/txt2tags/txt2tags.changes 2023-06-24 20:14:24.072306495 +0200 +++ /work/SRC/openSUSE:Factory/.txt2tags.new.1905/txt2tags.changes 2024-04-03 17:22:33.398233625 +0200 @@ -1,0 +2,7 @@ +Wed Apr 3 11:37:47 UTC 2024 - [email protected] + +- version update to 3.9 + * Add viewport in HTML output (@patrick-g). + * Fix Markdown lists (Jendrik Seipp). + +------------------------------------------------------------------- Old: ---- txt2tags-3.8.tar.gz New: ---- txt2tags-3.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ txt2tags.spec ++++++ --- /var/tmp/diff_new_pack.VF4zLj/_old 2024-04-03 17:22:33.814248974 +0200 +++ /var/tmp/diff_new_pack.VF4zLj/_new 2024-04-03 17:22:33.814248974 +0200 @@ -1,7 +1,7 @@ # # spec file for package txt2tags # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2013,2019 Christoph Junghans <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: txt2tags -Version: 3.8 +Version: 3.9 Release: 0 Summary: Converts text files to HTML, XHTML, sgml, LaTeX, man and others License: GPL-2.0-only ++++++ txt2tags-3.8.tar.gz -> txt2tags-3.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/CHANGELOG.md new/txt2tags-3.9/CHANGELOG.md --- old/txt2tags-3.8/CHANGELOG.md 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/CHANGELOG.md 2023-10-06 20:07:32.000000000 +0200 @@ -1,3 +1,8 @@ +# 3.9 (2023-10-06) + +* Add viewport in HTML output (@patrick-g). +* Fix Markdown lists (Jendrik Seipp). + # 3.8 (2023-02-17) * Raise minimum supported Python version to 3.7 (Jendrik Seipp). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/samples/sample.html new/txt2tags-3.9/samples/sample.html --- old/txt2tags-3.8/samples/sample.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/samples/sample.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>TXT2TAGS SAMPLE</title> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/samples/sample.md new/txt2tags-3.9/samples/sample.md --- old/txt2tags-3.8/samples/sample.md 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/samples/sample.md 2023-10-06 20:07:32.000000000 +0200 @@ -85,14 +85,14 @@ just add **spaces** at the beginning of the line. More spaces, more sublists. - * earth +* earth * america - * south america - * brazil - * how deep can i go? + * south america + * brazil + * how deep can i go? * europe - * lots of countries - * mars + * lots of countries +* mars * who knows? The list ends with **two** consecutive blank lines. @@ -107,8 +107,8 @@ 1. three * mixed lists! * what a mess -1. counting again -1. ... + 1. counting again + 1. ... 1. four ## Definition List @@ -123,8 +123,8 @@ : other fruits * wee! * mixing lists -1. again! -1. and again! + 1. again! + 1. and again! # Tables @@ -154,8 +154,8 @@  - * The filename must end in PNG, JPG, GIF, or similar. - * No spaces inside the brackets! +* The filename must end in PNG, JPG, GIF, or similar. +* No spaces inside the brackets! --- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1.html new/txt2tags-3.9/test/headers/ok/1.html --- old/txt2tags-3.8/test/headers/ok/1.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/12.html new/txt2tags-3.9/test/headers/ok/12.html --- old/txt2tags-3.8/test/headers/ok/12.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/12.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/123.html new/txt2tags-3.9/test/headers/ok/123.html --- old/txt2tags-3.8/test/headers/ok/123.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/123.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/123b.html new/txt2tags-3.9/test/headers/ok/123b.html --- old/txt2tags-3.8/test/headers/ok/123b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/123b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/123eb.html new/txt2tags-3.9/test/headers/ok/123eb.html --- old/txt2tags-3.8/test/headers/ok/123eb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/123eb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/123k.html new/txt2tags-3.9/test/headers/ok/123k.html --- old/txt2tags-3.8/test/headers/ok/123k.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/123k.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/123kb.html new/txt2tags-3.9/test/headers/ok/123kb.html --- old/txt2tags-3.8/test/headers/ok/123kb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/123kb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/12cb.html new/txt2tags-3.9/test/headers/ok/12cb.html --- old/txt2tags-3.8/test/headers/ok/12cb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/12cb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/12e.html new/txt2tags-3.9/test/headers/ok/12e.html --- old/txt2tags-3.8/test/headers/ok/12e.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/12e.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/12eb.html new/txt2tags-3.9/test/headers/ok/12eb.html --- old/txt2tags-3.8/test/headers/ok/12eb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/12eb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1c3b.html new/txt2tags-3.9/test/headers/ok/1c3b.html --- old/txt2tags-3.8/test/headers/ok/1c3b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1c3b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1ccb.html new/txt2tags-3.9/test/headers/ok/1ccb.html --- old/txt2tags-3.8/test/headers/ok/1ccb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1ccb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1e.html new/txt2tags-3.9/test/headers/ok/1e.html --- old/txt2tags-3.8/test/headers/ok/1e.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1e.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1e3b.html new/txt2tags-3.9/test/headers/ok/1e3b.html --- old/txt2tags-3.8/test/headers/ok/1e3b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1e3b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1ec.html new/txt2tags-3.9/test/headers/ok/1ec.html --- old/txt2tags-3.8/test/headers/ok/1ec.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1ec.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1ee.html new/txt2tags-3.9/test/headers/ok/1ee.html --- old/txt2tags-3.8/test/headers/ok/1ee.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1ee.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/1eeb.html new/txt2tags-3.9/test/headers/ok/1eeb.html --- old/txt2tags-3.8/test/headers/ok/1eeb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/1eeb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/c.html new/txt2tags-3.9/test/headers/ok/c.html --- old/txt2tags-3.8/test/headers/ok/c.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/c.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/c23b.html new/txt2tags-3.9/test/headers/ok/c23b.html --- old/txt2tags-3.8/test/headers/ok/c23b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/c23b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/c2cb.html new/txt2tags-3.9/test/headers/ok/c2cb.html --- old/txt2tags-3.8/test/headers/ok/c2cb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/c2cb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/c2eb.html new/txt2tags-3.9/test/headers/ok/c2eb.html --- old/txt2tags-3.8/test/headers/ok/c2eb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/c2eb.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/cc3b.html new/txt2tags-3.9/test/headers/ok/cc3b.html --- old/txt2tags-3.8/test/headers/ok/cc3b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/cc3b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/ce3b.html new/txt2tags-3.9/test/headers/ok/ce3b.html --- old/txt2tags-3.8/test/headers/ok/ce3b.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/ce3b.html 2023-10-06 20:07:32.000000000 +0200 @@ -5,6 +5,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/eb.html new/txt2tags-3.9/test/headers/ok/eb.html --- old/txt2tags-3.8/test/headers/ok/eb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/eb.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/ecb.html new/txt2tags-3.9/test/headers/ok/ecb.html --- old/txt2tags-3.8/test/headers/ok/ecb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/ecb.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/ek.html new/txt2tags-3.9/test/headers/ok/ek.html --- old/txt2tags-3.8/test/headers/ok/ek.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/ek.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/ekb.html new/txt2tags-3.9/test/headers/ok/ekb.html --- old/txt2tags-3.8/test/headers/ok/ekb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/ekb.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/headers/ok/ekkkb.html new/txt2tags-3.9/test/headers/ok/ekkkb.html --- old/txt2tags-3.8/test/headers/ok/ekkkb.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/headers/ok/ekkkb.html 2023-10-06 20:07:32.000000000 +0200 @@ -4,6 +4,7 @@ + blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} blockquote:first-letter{margin: .2em .1em .1em 0; font-size: 160%; font-weight: bold;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/comment.html new/txt2tags-3.9/test/marks/ok/comment.html --- old/txt2tags-3.8/test/marks/ok/comment.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/comment.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/deflist.html new/txt2tags-3.9/test/marks/ok/deflist.html --- old/txt2tags-3.8/test/marks/ok/deflist.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/deflist.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/image.html new/txt2tags-3.9/test/marks/ok/image.html --- old/txt2tags-3.8/test/marks/ok/image.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/image.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/inline.html new/txt2tags-3.9/test/marks/ok/inline.html --- old/txt2tags-3.8/test/marks/ok/inline.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/inline.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/line.html new/txt2tags-3.9/test/marks/ok/line.html --- old/txt2tags-3.8/test/marks/ok/line.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/line.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/link.html new/txt2tags-3.9/test/marks/ok/link.html --- old/txt2tags-3.8/test/marks/ok/link.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/link.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/list.html new/txt2tags-3.9/test/marks/ok/list.html --- old/txt2tags-3.8/test/marks/ok/list.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/list.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/numlist.html new/txt2tags-3.9/test/marks/ok/numlist.html --- old/txt2tags-3.8/test/marks/ok/numlist.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/numlist.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/numtitle.html new/txt2tags-3.9/test/marks/ok/numtitle.html --- old/txt2tags-3.8/test/marks/ok/numtitle.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/numtitle.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/paragraph.html new/txt2tags-3.9/test/marks/ok/paragraph.html --- old/txt2tags-3.8/test/marks/ok/paragraph.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/paragraph.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/quote.html new/txt2tags-3.9/test/marks/ok/quote.html --- old/txt2tags-3.8/test/marks/ok/quote.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/quote.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/raw.html new/txt2tags-3.9/test/marks/ok/raw.html --- old/txt2tags-3.8/test/marks/ok/raw.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/raw.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/table.html new/txt2tags-3.9/test/marks/ok/table.html --- old/txt2tags-3.8/test/marks/ok/table.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/table.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/tagged.html new/txt2tags-3.9/test/marks/ok/tagged.html --- old/txt2tags-3.8/test/marks/ok/tagged.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/tagged.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/title.html new/txt2tags-3.9/test/marks/ok/title.html --- old/txt2tags-3.8/test/marks/ok/title.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/title.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/marks/ok/verbatim.html new/txt2tags-3.9/test/marks/ok/verbatim.html --- old/txt2tags-3.8/test/marks/ok/verbatim.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/marks/ok/verbatim.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/headers-1.html new/txt2tags-3.9/test/options/ok/headers-1.html --- old/txt2tags-3.8/test/options/ok/headers-1.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/headers-1.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/headers-2.html new/txt2tags-3.9/test/options/ok/headers-2.html --- old/txt2tags-3.8/test/options/ok/headers-2.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/headers-2.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/no-style-1.html new/txt2tags-3.9/test/options/ok/no-style-1.html --- old/txt2tags-3.8/test/options/ok/no-style-1.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/no-style-1.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/no-style-2.html new/txt2tags-3.9/test/options/ok/no-style-2.html --- old/txt2tags-3.8/test/options/ok/no-style-2.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/no-style-2.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; font-style: oblique; padding-left: 1em;} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/style-1.html new/txt2tags-3.9/test/options/ok/style-1.html --- old/txt2tags-3.8/test/options/ok/style-1.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/style-1.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="css"> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/test/options/ok/style-2.html new/txt2tags-3.9/test/options/ok/style-2.html --- old/txt2tags-3.8/test/options/ok/style-2.html 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/test/options/ok/style-2.html 2023-10-06 20:07:32.000000000 +0200 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="other.css"> <link rel="stylesheet" href="css"> <style> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txt2tags-3.8/txt2tags.py new/txt2tags-3.9/txt2tags.py --- old/txt2tags-3.8/txt2tags.py 2023-02-17 10:38:58.000000000 +0100 +++ new/txt2tags-3.9/txt2tags.py 2023-10-06 20:07:32.000000000 +0200 @@ -80,7 +80,7 @@ my_url = "https://txt2tags.org" my_name = "txt2tags" my_email = "[email protected]" -__version__ = "3.8" +__version__ = "3.9" # FLAGS : the conversion related flags , may be used in %!options # OPTIONS : the conversion related options, may be used in %!options @@ -226,6 +226,7 @@ <meta charset="%(ENCODING)s"> <title>%(HEADER1)s</title> <meta name="generator" content="https://txt2tags.org"> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="%(STYLE)s"> <style> blockquote{margin: 1em 2em; border-left: 2px solid #999; @@ -1237,7 +1238,7 @@ "fontStrikeClose": "~~", # Lists "listOpenCompact": None, - "listItemLine": " ", + "listItemLine": None, "listItemOpen": "*", "numlistItemLine": None, "numlistItemOpen": "1.", @@ -1768,7 +1769,7 @@ "blanksaroundtitle": 1, }, "md": { - # "keeplistindent": 1, + "keeplistindent": 1, "linkable": 1, "labelbeforelink": 1, "tableable": 1,
