@felixrydberg/discord-markdown
Reset input
Show export as elements
Input
```js import discordMarkdown from '(path to file)' console.log(discordMarkdown) ``` ```c++ int x = 0; Console.WriteLine(x); ``` ```csharp int x = 0; Console.WriteLine(x); ``` # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 (Not intended to work, Should have 1 extra #) ##### Heading 5 (Not intended to work, Should have 2 extra #) ###### Heading 6 (Not intended to work, Should have 3 extra #) ####### Heading 7 (Not intended to work, Should have 4 extra #) - Item 1 - Item 2 - Sub item 1 - Sub item 2 - Item 3 1. Item 1 1. Sub item 1 2. Sub item 2 2. Item 2 3. Item 3 [Masked link](https://test.com) <[Wrapped Masked link](https://test.com)> Just a paragraph. Maybe with a [link](https://test.com). Seems to work. Does autolink work? https://test.com Does the autolink unwrap?
Autolink in https://test.com a sentance. Autolink in at the end of a sentance. https://test.com *[italics](https://test.com)* __*[underline italics](https://test.com)*__ **[bold](https://test.com)** __**[underline bold](https://test.com)**__ ***[bold italics](https://test.com)*** __***[underline bold italics](https://test.com)***__ __[underline](https://test.com)__ ~~[Strikethrough](https://test.com)~~
Output