测试页面
Info
测试一下 Callouts
Extension used in this format
namespaces
First thing that I introduced is the namespace.
Let's say if you want link an item exists in Wikipedia, you can just add
a normal link, but with a wiki: prefix like [wiki:Markdown](), it
means that you want link this page to https://en.wikipedia.org/wiki/Markdown.
For internal items(like in wikipedia, it's single page for one item),
just put an : as a prefix, e.g. [:about me]() (:about me).
Other DSLs for complex relationships.
Surely I'll invent lots of stuff with this format to represent my idea,
like if I want try build an graph, will try graphviz/dot(although there
is a community driven graphviz for GitHub github:TLmaK0/gravizo).
List of DSLs which may exists in this site:
- Graphviz
- LaTeX/math
- PlanetUML
- ...
Contributions
If you have any new idea, or want to help me implement this, please visit
github:kenpusney/wiki/issues/new
Thanks!