Remove things I don't use.
This commit is contained in:
parent
86cf7a828e
commit
7957e5bc76
|
|
@ -1,29 +0,0 @@
|
||||||
= Welcome to the serious vim wiki =
|
|
||||||
This wiki will link web of thoughts and ideas that I have expressed throughout
|
|
||||||
my computer.
|
|
||||||
|
|
||||||
== Header2 ==
|
|
||||||
|
|
||||||
=== Header3 ===
|
|
||||||
|
|
||||||
*bold text*
|
|
||||||
_italic text_
|
|
||||||
|
|
||||||
[[vimwiki.md]]
|
|
||||||
|
|
||||||
[[test2.md]]
|
|
||||||
[[wiki link|description]]
|
|
||||||
|
|
||||||
* bullet list item 1
|
|
||||||
* bullet list item 2
|
|
||||||
a) numbered list item 1
|
|
||||||
b) numbered list item 2
|
|
||||||
|
|
||||||
{{{python
|
|
||||||
def greet(s):
|
|
||||||
print("Hello, " + s)
|
|
||||||
}}}
|
|
||||||
|
|
||||||
| a table | |
|
|
||||||
|---------|---|
|
|
||||||
| | |
|
|
||||||
Loading…
Reference in New Issue