smartdown
Version:
A library for translating, rendering and interacting with Smartdown documents. Smartdown is an extension of Markdown that provides richer media support and reactive programming capability.
38 lines (19 loc) • 852 B
Markdown
# Home
---
Smartdown makes it easy to write multi-card notebooks that can be used to build *Choose your own Adventure*-style experiences, either for entertainment or education.
- [Enter the Dungeon](:@DungeonEntrance)
- [Back to Home](:@./Home)
# DungeonEntrance
---
#### Dungeon Entrance

You are in a non-descript room, with a door to the [North ](:@NorthRoom) and a metal gate to the [South ](:@SouthRoom).
[Back to Home](:@Home)
# NorthRoom
---
#### Welcome to the North Room
There is a door to the [South](:@DungeonEntrance).
# SouthRoom
---
## Welcome to the South Room
There is a metal gate to the [North [](:@DungeonEntrance)](:@DungeonEntrance).