Skip to content

Commit 164c183

Browse files
authored
fix(readme): use bold text for Markdown and HTML in HTML conversation section
1 parent 988b968 commit 164c183

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,8 @@ work as expected**, due to differences between **HTML** and **Delta**, see
277277
The following packages can be used:
278278

279279
1. [`vsc_quill_delta_to_html`](https://pub.dev/packages/vsc_quill_delta_to_html): To convert **Delta**
280-
to HTML.
281-
2. [`flutter_quill_delta_from_html`](https://pub.dev/packages/flutter_quill_delta_from_html): To Convert **HTML** to *
282-
*Delta**.
280+
to **HTML**.
281+
2. [`flutter_quill_delta_from_html`](https://pub.dev/packages/flutter_quill_delta_from_html): To convert **HTML** to **Delta**.
283282
3. [`flutter_quill_to_pdf`](https://pub.dev/packages/flutter_quill_to_pdf): To convert **Delta** To **PDF**.
284283
4. [`markdown_quill`](https://pub.dev/packages/markdown_quill): To convert **Markdown** To **Delta** and vice versa.
285284

0 commit comments

Comments
 (0)