added support for images in markdown, and for rendered html
This commit is contained in:
@@ -20,6 +20,9 @@ Her smallest creation:
|
||||
|
||||
- [Bernardo](bernardo)
|
||||
|
||||
Bernardo looks like this:
|
||||

|
||||
|
||||
---
|
||||
|
||||
## Enemy
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
# Sword of Conjuring
|
||||
|
||||
This is a sword what do you expect
|
||||
|
||||
Here's some rendered html:
|
||||
|
||||
```html
|
||||
<div style="background: #2d3149; padding: 10px; border-radius: 10px; border: 2px solid #8aadf4;">
|
||||
<p>You can use <strong>raw HTML</strong> inside wiki pages:</p>
|
||||
<button onclick="alert('It works!')">Click Me</button>
|
||||
</div>
|
||||
```
|
||||
|
||||
```rendered_html
|
||||
<div style="background: #2d3149; padding: 10px; border-radius: 10px; border: 2px solid #8aadf4;">
|
||||
<p>You can use <strong>raw HTML</strong> inside wiki pages:</p>
|
||||
<button onclick="alert('It works!')">Click Me</button>
|
||||
</div>
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
title = "Sword of Conjuring"
|
||||
category = "Items"
|
||||
image = "azrak.png"
|
||||
content_file = "azrak.md"
|
||||
image = "sword-of-conjuring.png"
|
||||
content_file = "sword-of-conjuring.md"
|
||||
|
||||
[infobox]
|
||||
"Weapon type" = "Sword"
|
||||
|
||||
Reference in New Issue
Block a user