Template
Convert the HTML code to Markdown.
HTML code: {code}
{
"markdown": "The markdown text"
}
866fe46a-74ed-4e16-b72d-2ff258b7d8b4
Run in your code
javascript
python
php
ruby
go
java
swift
dart
kotlin
csharp
curl
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({
apiKey: "your api key here"
});
const response = await jigsaw.prompt_engine.run({
"id": "866fe46a-74ed-4e16-b72d-2ff258b7d8b4",
"input_values": {
"code": "your value here"
}
})
$
npm i jigsawstack
Try prompt template
HTML to Markdown Preview (Alpha)
Try all advanced features ->
Run to see results
Resources