File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ In all, text2markdown is capable of:
88- Segmenting text into nested sections.
99- Hyperlinking cross-references within texts to other sections.
1010- Italicizing cited documents.
11+ - Italicizing defined terms.
1112- Detecting and formatting block quotations.
1213- Striking through junk text.
1314
@@ -75,8 +76,9 @@ output = text2markdown(
7576 link_xrefs = True ,
7677 strike_junk = True ,
7778 block_quotes = True ,
78- italicize_refs = True ,
7979 escape_lists = True ,
80+ italicize_refs = True ,
81+ italicize_terms = True ,
8082 enrichment_model = " kanon-2-enricher" ,
8183 isaacus_client = Isaacus(),
8284)
Original file line number Diff line number Diff line change 11[project ]
22name = " text2markdown"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [{ name = " Isaacus" , email = " support@isaacus.com" }]
55description = " A Python library for intelligently converting text into Markdown."
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments