AI Briefing
KO

Dynamic Markdown for AI, MarkdownAI Released

·2026.05.18 09:43

Key point

MarkdownAI has been released, converting static markdown files into AI-executable dynamic documents.

Details

MarkdownAI is a tool that transforms static .md files into 'Living Documents' that AI reacts to in real time based on environment and conditions.

Users can add an @markdownai directive at the top of a markdown file to give the document executable logic. Key features include:

  • Document Structure and Flow Control: Use @include, @import, @define, @call, @if, and more to configure conditional rendering, macro definitions, and workflow steps.
  • Data and Environment Integration: Fetch data directly from databases or HTTP endpoints via @db, @http, @query, and utilize environment variables with @env.
  • File and Directory Management: Reflect the contents of the file system directly within the document using @read, @list, @tree, and more.

Through this, AI can perform tasks based on dynamic context that changes according to the current environment and data, rather than fixed text.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.