Skip to content

BioX-markdownRender Markdown to HTML, BioX-style

Server-side/build-time rendering with LaTeX, syntax highlighting, and more

BioX-markdown logo

Interactive Demo

Features

🚀 Fast & Simple

Designed for server-side/build-time rendering with minimal configuration.

📐 LaTeX Support

Full KaTeX integration for PhD-level mathematical equations.

Inline Math:

markdown
Mass-energy: $E = mc^2$
Euler's identity: $e^{i\pi} + 1 = 0$

Block Math:

markdown
$$
\sigma(x) = \frac{1}{1 + e^{-x}}
$$

🎨 Syntax Highlighting

Prism.js provides beautiful syntax highlighting for 100+ languages.

🎬 Video URLs

Auto-convert standalone video URLs to expandable details elements.

Automatic classification of internal vs external links.


Documentation

📦 Package Documentation

Complete package documentation

  • Installation guide
  • Features overview
  • LaTeX support with PhD-level examples
  • API reference
  • Usage examples

🔧 API Reference

Full API documentation

  • Function signature
  • All parameters
  • Return values
  • Usage examples
  • Frontmatter integration

📚 Tutorials

Integration tutorials

  • Build-time rendering
  • API server integration
  • Framework integration
  • Frontend integration

Released under MIT License