docs: add md to html converter example

This commit is contained in:
Joschka Braun
2023-04-20 12:50:12 +02:00
parent 7a3b8a1eb8
commit 6c2dc958a4
2 changed files with 10 additions and 9 deletions

View File

@@ -270,6 +270,16 @@ gptdeploy generate \
<img src="res/mandelbrot_example.png" alt="Mandelbrot Set Visualizer" width="400" />
### Markdown to HTML Converter
```bash
gptdeploy generate --description "Convert markdown to HTML" --test "# Hello, welcome to GPT Deploy!"
```
<img src="res/markdown_to_html_example.png" alt="Markdown to HTML Converter" width="400" />
[//]: # (## TO BE TESTED)
@@ -357,15 +367,6 @@ gptdeploy generate \
[//]: # (```)
[//]: # ()
[//]: # (### Markdown to HTML Converter)
[//]: # (```bash)
[//]: # (gptdeploy generate --description "Convert markdown to HTML" --test "# Hello, welcome to GPT Deploy!")
[//]: # (```)
[//]: # ()
[//]: # (### Barcode Generator)

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB