Markdown → Namuwiki Converter

Automatically convert Markdown syntax to Namuwiki syntax

Conversion Options

[text](URL) → [[URL|text]]

![alt](url) → [[File:url]]

Markdown tables to Namuwiki tables

```code``` → {{{code}}}

Markdown Input

Paste or type Markdown syntax. (Ctrl+Enter to convert)

Markdown ↔ Namuwiki Syntax Comparison

Element Markdown Namuwiki
Heading 1 # Heading = Heading =
Heading 2 ## Heading == Heading ==
Bold **text** '''text'''
Italic *text* ''text''
Strikethrough ~~text~~ --text--
Link [text](URL) [[URL|text]]
Image ![alt](URL) [[File:URL]]
List - item * item
Quote > quote > quote
Code `code` {{{code}}}
Completed!

Converting Markdown to Namuwiki Syntax

Markdown is a lightweight markup language widely used on platforms like GitHub and Notion. Use this tool when you need to convert Markdown content for Namuwiki documents.

Comparing Markdown and Namuwiki Syntax

While Markdown and Namuwiki serve similar purposes, their syntax differs. Understanding the key differences helps you better utilize conversion results.

Tips for Using the Converter

Important points to remember when converting from Markdown to Namuwiki.

Efficient Wiki Document Writing

If you're familiar with Markdown, it's efficient to first write documents in Markdown and then convert them to Namuwiki format using this converter. This method allows you to quickly create content using familiar syntax while producing documents that meet Namuwiki standards.