Back to packages list

Vals using marked

Description from the NPM package:
A markdown parser built for speed
dxaginfo avatar
dxaginfo
savvyTealCardinal
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
0
EmulatedAndie avatar
EmulatedAndie
forEmulated2
HTTP
Forked from andiebuk/forEmulated2
0
jeffreyyoung avatar
jeffreyyoung
CodeRunner
HTTP
Forked from jeffreyyoung/sharedMagentaChameleon
0
yawnxyz avatar
yawnxyz
geminiBbox
HTTP
Gemini AI Object Detection and Bounding Box Visualizer This application visualizes object detection results by drawing bounding boxes on images using the Google's Gemini 1.5 Pro AI model . Try using this image of 8 bananas, with 1 row and 1/2/4 columns: https://f2.phage.directory/blogalog/bananas-8.png Or this image of a phage plaque assay, with 3x3 grid and high contrast turned on: https://f2.phage.directory/blogalog/pae7.png This app is an adaptation of Simon Willison's idea, which you can read more about here: https://simonwillison.net/2024/Aug/26/gemini-bounding-box-visualization/ API keys are only stored in your browser's local storage. Source code: https://www.val.town/v/yawnxyz/geminiBbox/ Original Source: https://github.com/simonw/tools/blob/main/gemini-bbox.html
0
xkonti avatar
xkonti
markdownToHtml
Script
Converts markdown string into HTML string. Usage example: import { markdownToHtml } from "https://esm.town/v/xkonti/markdownToHtml"; const markdown = ` # Hello there How are you doing *these* days? `; const html = await markdownToHtml(markdown); console.log(html)
0
luke_rmaki avatar
luke_rmaki
email_apod
Cron
Forked from rodrigotello/nasaAPOD
0
char_lie avatar
char_lie
art_app
HTTP
An interactive, runnable TypeScript val by char_lie
0
neverstew avatar
neverstew
markdownExample
HTTP
Forked from vtdocs/markdownExample
0
davidmchan avatar
davidmchan
updateCoffee
Script
An interactive, runnable TypeScript val by davidmchan
0
tmcw avatar
tmcw
markedExample
Script
marked marked is a classic Markdown parser in JavaScript. I really don't like it! I don't recommend it! The people who made it and worked on it are great, but I think you really shouldn't use it. It supports a non-standard variation of Markdown, so you can't easily switch to another parser once you've encouraged people to write "in the marked style" It allows but doesn't sanitize HTML, which promotes a lot of XSS attacks It doesn't use an intermediate AST like remark or support plugins. Really it's a much better idea to use micromark or remark .
0
vtdocs avatar
vtdocs
markdownExample
Express (deprecated)
An interactive, runnable TypeScript val by vtdocs
1
1
Next