Skip to content

Commit

Permalink
Use mdx-breakless-lists, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-menon committed Sep 19, 2024
1 parent 82d5774 commit f268de0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alteza/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ def processMarkdown(text: str) -> Result:
"admonition",
"codehilite",
"meta",
"sane_lists",
"mdx_breakless_lists",
# "sane_lists",
"mdx_truly_sane_lists",
"smarty", # not sure
"toc",
]
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ colored==2.2.4
docstring-parser==0.15
# via typed-argument-parser
markdown==3.6
# via
# alteza (setup.py)
# mdx-breakless-lists
# mdx-truly-sane-lists
mdx-breakless-lists==1.0.1
# via alteza (setup.py)
mdx-truly-sane-lists==1.3
# via alteza (setup.py)
mypy-extensions==1.0.0
# via typing-inspect
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# Standard dependencies:
"pypage >= 2.1.0",
"markdown >= 3.6",
"mdx-breakless-lists >= 1.0.1",
"mdx_truly_sane_lists >= 1.3",
"pygments >= 2.16.1",
"pyyaml >= 6.0.1",
"colored >= 2.2.4",
Expand Down
2 changes: 2 additions & 0 deletions test_content/sectionK/sectionM/joyful-squirrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Want to learn about a [magic turtle]({{link("magic-turtle")}})?
This is [what a "megabyte" is]({{link("just_a_test")}}).

This page was started on {{getIdeaDate("%B %-d, %Y")}}.
* We got this from git history.

This page was last modified on {{getLastModified()}}.
- We got this from git history as well.

Back [home](..).

0 comments on commit f268de0

Please sign in to comment.