Automatically convert Markdown syntax to Namuwiki syntax
[text](URL) → [[URL|text]]
 → [[File:url]]
Markdown tables to Namuwiki tables
```code``` → {{{code}}}
Paste or type Markdown syntax. (Ctrl+Enter to convert)
| 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 |  |
[[File:URL]] |
| List | - item |
* item |
| Quote | > quote |
> quote |
| Code | `code` |
{{{code}}} |
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.
While Markdown and Namuwiki serve similar purposes, their syntax differs. Understanding the key differences helps you better utilize conversion results.
Important points to remember when converting from Markdown to Namuwiki.
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.