1 مستودع
Compilers that translate markdown source into serialized formats for transmission between server and client.
Distinct from Source-to-Bytecode Compilers: Focuses on transforming markdown into a portable serialized format rather than bytecode for a virtual machine
Explore 1 awesome GitHub repository matching programming languages & runtimes · Markdown Serializers. Refine with filters or upvote what's useful.
next-mdx-remote is a rendering library for Next.js that serializes and renders MDX content from remote sources. It functions as a secure MDX compiler and remote content serializer, transforming MDX strings from external APIs or databases into a format compatible with client-side hydration. The library distinguishes itself through a secure compilation process that restricts JavaScript execution and global variable access to prevent remote code execution. It utilizes a custom component mapper to replace standard HTML elements in markdown with specific React components, allowing for dynamic cont
Compiles markdown into a serialized intermediate representation on the server to avoid shipping heavy compilers to the browser.