Skip to content

Commit

Permalink
feat: add some examples
Browse files Browse the repository at this point in the history
skyne98 committed Dec 26, 2021
1 parent 4387964 commit d69e967
Showing 4 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/core/module.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "core"
title = "Core"
version = "0.0.1"
ruleset = true

[dependencies]
hello = { version = ">=0.0.1" }
5 changes: 5 additions & 0 deletions modules/core/units/main.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# MURS Core

This is not a real core module/rulebook. It is currently used for testing purposes.

This is a link to [hello/world](Hello World!);
3 changes: 3 additions & 0 deletions modules/hello/units/hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Hello

This is a test file that has some basic **formatted** text.
3 changes: 3 additions & 0 deletions modules/hello/units/world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# World

This file has a link to [self/hello](Hello);

0 comments on commit d69e967

Please sign in to comment.