OpenUPMOpenUPM
Packages
Docs
Blog
  • Support OpenUPM
  • Contributors
  • Uptime Status
  • Queue Status
  • Trends
  • GitHub
  • Twitter
  • Discord
  • Contact Us
  • Package Updates
  • Blog RSS
CLI
Loading...
Stars ... Donate
Packages Stars ... Donate
Packages
Docs
Blog
  • Support OpenUPM
  • Contributors
  • Uptime Status
  • Queue Status
  • Trends
  • GitHub
  • Twitter
  • Discord
  • Contact Us
  • Package Updates
  • Blog RSS
CLI
  • Home
  • Docs
  • README Markdown Renderer Demo

README Markdown Renderer Demo

This page compares the current local README markdown renderer with the previous renderer inside the same VuePress docs app environment used by package pages.

Synthetic

Live README

Synthetic

Core Markdown, Emoji, And Inline Code

Generated local fixture using a synthetic package context for URL rewriting checks.

Markdown source
# Heading

Paragraph with **bold**, _emphasis_, ~~strikethrough~~, [relative link](guide.md), [anchor](#heading), GitHub emoji :rocket: :white_check_mark:, normal emoji 🚀 ✅, and `inline code with <tag> & symbols`.

![Relative image](../../.vuepress/public/images/openupm-icon-256.png)

- Item one
- Item two
  - Nested item

1. First
2. Second

Before: legacy marked renderer

Heading

Paragraph with bold, emphasis, strikethrough, relative link, anchor, GitHub emoji 🚀 ✅, normal emoji 🚀 ✅, and inline code with <tag> & symbols.

Relative image

  • Item one
  • Item two
    • Nested item
  1. First
  2. Second

After: local GFM renderer

Heading

Paragraph with bold, emphasis, strikethrough, relative link, anchor, GitHub emoji 🚀 ✅, normal emoji 🚀 ✅, and inline code with <tag> & symbols.

Relative image

  • Item one
  • Item two
    • Nested item
  1. First
  2. Second