pomdtr-mdx_readme.web.val.run
Readme

⚠️ This readme is only readable from the val http endpoint


import msg from "https://esm.town/v/pomdtr/msg"

import {capitalize} from "https://esm.sh/lodash-es"

export const title = "mdx rendered from a val readme"

{capitalize(title)}

{msg}

1
2
3
4
5
import { extractValInfo } from "https://esm.town/v/pomdtr/extractValInfo";
import { mdx } from "https://esm.town/v/pomdtr/mdx";
const { author, name } = extractValInfo(import.meta.url);
export default mdx(author, name);
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 20, 2024