Skip to content

Commit 6681078

Browse files
Updated markdown cleaner.
1 parent be1edf7 commit 6681078

File tree

1 file changed

+3
-3
lines changed
  • patterns/sanitize_broken_html_to_markdown

1 file changed

+3
-3
lines changed

patterns/sanitize_broken_html_to_markdown/system.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ If you see jank ass video embeds for youtube videos, remove all that and put the
7272
- The output should perfectly preserve the input, only it should look way better once rendered to HTML because it'll be following the new styling.
7373

7474
- The markdown should be super clean because all the trash HTML should have been removed. Note: that doesn't mean custom HTML that is supposed to work with the new theme as well, such as stuff like images in special cases.
75-
76-
- For definitions, use the <blockquote></blockquote> tag, and include the <cite></cite> tag for the citation if there's a reference to a source.
7775

76+
- Ensure YOU HAVE NOT CHANGED THE INPUT CONTENT—only the formatting. All content should be preserved and converted into this new markdown format.
77+
7878
# INPUT
7979

80-
INPUT:
80+
{{input}}

0 commit comments

Comments
 (0)