Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gitit Wiki Tutorial
Search
lauct
March 05, 2014
Technology
0
500
Gitit Wiki Tutorial
Write wiki page using markdown in Gitit
lauct
March 05, 2014
Tweet
Share
Other Decks in Technology
See All in Technology
面倒な作業はAIにおまかせ。Flutter開発をスマートに効率化
ruideengineer
0
250
開発生産性を測る前にやるべきこと - 組織改善の実践 / Before Measuring Dev Productivity
kaonavi
9
4.3k
IPA&AWSダブル全冠が明かす、人生を変えた勉強法のすべて
iwamot
PRO
2
130
fukabori.fm 出張版: 売上高617億円と高稼働率を陰で支えた社内ツール開発のあれこれ話 / 20250704 Yoshimasa Iwase & Tomoo Morikawa
shift_evolve
PRO
2
7.6k
Getting to Know Your Legacy (System) with AI-Driven Software Archeology (WeAreDevelopers World Congress 2025)
feststelltaste
1
130
Operating Operator
shhnjk
1
580
American airlines ®️ USA Contact Numbers: Complete 2025 Support Guide
airhelpsupport
0
380
2025-07-06 QGIS初級ハンズオン「はじめてのQGIS」
kou_kita
0
170
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
48
19k
B2C&B2B&社内向けサービスを抱える開発組織におけるサービス価値を最大化するイニシアチブ管理
belongadmin
1
6.9k
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
560
FOSS4G 2025 KANSAI QGISで点群データをいろいろしてみた
kou_kita
0
400
Featured
See All Featured
For a Future-Friendly Web
brad_frost
179
9.8k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Writing Fast Ruby
sferik
628
62k
How GitHub (no longer) Works
holman
314
140k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Building Applications with DynamoDB
mza
95
6.5k
A better future with KSS
kneath
238
17k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The World Runs on Bad Software
bkeepers
PRO
69
11k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Facilitating Awesome Meetings
lara
54
6.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Transcript
GITIT WIKI TUTORIAL Justin Liu
[email protected]
Agenda What’s a wiki Wiki Structure What’s Markdown Markdown syntax
Markdown Editor Reference
What’s a wiki Content management system Allow people to collaboratively
develop a Web site without tech- savvy Wiki = quick (in Hawaiian) All community members can add to or edit the work of others
Wiki Structure All wikis start off as a single blank
page Pages are created and connected by hyperlinks No ownership of pages; anyone can change the work of pages
What’s Markdown A lightweight markup language, originally created by John
Gruber and Aaron Swartz Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to- write plain text format, then convert it to structurally valid XHTML (or HTML).
Markdown Syntax (1/2) #Section heading *italics* **bold** > Indented quotation
Indented code block: #include <stdbool.h>
Markdown Syntax (2/2) [Wiki Link]() [external](http://google.com)  [file download](/Xinguard_directory(V3).pdf)
Markdown Editor
Reference Wiki - 维基百科,⾃自由的百科全書 http://zh.wikipedia.org/wiki/Wiki Markdown 語法說明 http://markdown.tw/ gitit-a
wiki program written in Haskell http://gitit.johnmacfarlane.net/