Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 55b8d4d

Browse files
authored
Update README.md
1 parent a4659ec commit 55b8d4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is so markdown information is not lost. For example, a list block is enclo
1111
- strikethrough: xxxdelb/xxxdele
1212
- horizontal rule: xxxhr
1313
- {large, medium, small} headers: annotated with xxxh{l,m,s}. H1=large, H2-3=medium, H4-6=small.
14-
-
14+
1515

1616
## 2. Discard superflous information
1717

@@ -24,6 +24,8 @@ GitHub issues often contain a large stack trace, or a large table with data. Th
2424
- IP Addresses, extremely long numbers are marked as xxunk
2525

2626

27+
This parser works by converting markdown to HTML then converting the HTML (along with some of the HTML tags, in certain cases) to text.
28+
2729
# Examples
2830

2931
See [/notebooks/Demo.ipynb](/notebooks/Demo.ipynb) for an example of the transformations this parser does on a markdown file.

0 commit comments

Comments
 (0)