Skip to content

Commit

Permalink
Upgrade to txt2tags 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Dec 19, 2024
1 parent 865f534 commit fc8115d
Show file tree
Hide file tree
Showing 10 changed files with 828 additions and 2,123 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
rev: 24.8.0
hooks:
- id: black
exclude: ^rednotebook/external/(spellcheck|elibintl).py
exclude: ^rednotebook/external/

# Imports sorter
- repo: https://github.com/pycqa/isort
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.38 (unreleased)
* Upgrade to txt2tags 3.9 (@jendrikseipp).
*
# 2.37 (2024-12-18)
* Improve bidirectional text support in preview mode (#781, @metemaddar).

Expand Down
2 changes: 1 addition & 1 deletion dev/generate-help.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
print(
markup.convert(
help_text,
"xhtml",
"html",
DEFAULT_DATA_DIR,
headers=["RedNotebook Documentation", version, ""],
options={"toc": 1},
Expand Down
Loading

0 comments on commit fc8115d

Please sign in to comment.