Indietro

#markdown

4 APIs con questa etichetta

Table API

Преобразуйте данные в готовую к вставке таблицу. Передайте JSON — либо массив объектов (столбцы берутся из ключей), либо массив массивов (первая строка — заголовок) — или сырой CSV, и получите чистую таблицу в стиле GitHub Markdown или моноширинную ASCII-таблицу (с рамками) с автоматически подогнанными столбцами. Вывод Markdown поддерживает выравнивание столбцов по левому/центру/правому краю и экранирует вертикальные черты; парсер CSV соответствует RFC-4180 (поля в кавычках, встроенные запятые и новые строки). Идеально подходит для README и генерации документации, вывода CLI и логов, списков изменений, чат-ботов и комментариев к пул-реквестам. Чисто локальные вычисления — без ключа, без сторонних сервисов, мгновенно; отправляйте большие наборы данных через POST. Работает в реальном времени, ничего не хранится. 3 конечные точки. Отличается от парсинга/анализа CSV и от рендеринга Markdown.

api.oanor.com/table-api

Front Matter API

Read and write the front-matter metadata block at the top of Markdown and content files — the --- ... --- header used by Jekyll, Hugo, Astro, Eleventy, Gatsby, Next.js MDX and Obsidian. The parse endpoint splits a document into its structured front-matter data (title, tags, date, draft flags and anything else, as proper JSON), the body content and an optional excerpt, and tells you whether front matter was present. The stringify endpoint does the reverse: give it a JSON object of fields and a body, and it returns a clean Markdown file with a YAML front-matter block. Front matter is read as YAML (which also accepts JSON). Perfect for static-site build steps, headless-CMS imports, content migrations and validating posts. Pure local computation — no key, no third-party service, instant; send large documents via POST. Live, nothing stored. 3 endpoints. Distinct from Markdown rendering / table-of-contents extraction and from YAML/TOML format conversion.

api.oanor.com/frontmatter-api

HTML to Markdown API

Convert HTML into clean GitHub-Flavored Markdown. Pass an HTML string, or a live page URL to fetch and convert, and get back tidy Markdown — headings, bold/italic, links, images, lists, blockquotes, code blocks, plus GFM tables, strikethrough and task lists. Script, style and head elements are stripped automatically. Tune the output: ATX or setext headings, the bullet marker, fenced or indented code blocks, inline or referenced links, and the emphasis/strong delimiters; toggle GFM on or off. The inverse of a Markdown-to-HTML renderer. Pure local conversion (the optional URL fetch aside) — no key, no third-party service, instant. Live. 3 endpoints. Built for content migration, web clipping and "save as Markdown", scraping cleanup, CMS import and documentation pipelines.

api.oanor.com/htmltomarkdown-api

Markdown API

Un toolkit Markdown rápido y completamente local: renderiza Markdown al estilo GitHub a HTML que está sanitizado por defecto (se eliminan scripts, etiquetas style/iframe, manejadores de eventos en línea y URLs javascript:), convierte Markdown a texto plano limpio y extrae una tabla de contenidos de encabezados con niveles, texto y slugs de URL. Cada endpoint acepta entrada a través de la cadena de consulta o el cuerpo de la solicitud (hasta 1 MB). Cómputo puro del lado del servidor, sin terceros upstream, por lo que las respuestas son instantáneas y siempre están disponibles. Ideal para CMS y herramientas de documentación, sistemas de comentarios, pipelines de sitios estáticos y renderizado de contenido.

api.oanor.com/markdown-api