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
Zephyr RTOSを使った開発コンペに参加した件
iotengineer22
1
220
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
170
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
510
fukabori.fm 出張版: 売上高617億円と高稼働率を陰で支えた社内ツール開発のあれこれ話 / 20250704 Yoshimasa Iwase & Tomoo Morikawa
shift_evolve
PRO
2
7.6k
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
470
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
550
freeeのアクセシビリティの現在地 / freee's Current Position on Accessibility
ymrl
2
180
American airlines ®️ USA Contact Numbers: Complete 2025 Support Guide
airhelpsupport
0
380
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
190
成長し続けるアプリのためのテストと設計の関係、そして意思決定の記録。
sansantech
PRO
0
120
スタートアップに選択肢を 〜生成AIを活用したセカンダリー事業への挑戦〜
nstock
0
170
Featured
See All Featured
It's Worth the Effort
3n
185
28k
Raft: Consensus for Rubyists
vanstee
140
7k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Being A Developer After 40
akosma
90
590k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
BBQ
matthewcrist
89
9.7k
Rails Girls Zürich Keynote
gr2m
95
14k
How to train your dragon (web standard)
notwaldorf
95
6.1k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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/