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
KotlinConf 2025_イベントレポート
sony
1
140
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
260
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
290
Language Update: Java
skrb
2
300
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
150
研究開発と製品開発、両利きのロボティクス
youtalk
1
530
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
190
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
160
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
690
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
180
Featured
See All Featured
Balancing Empowerment & Direction
lara
3
620
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Thoughts on Productivity
jonyablonski
70
4.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
KATA
mclloyd
32
14k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Facilitating Awesome Meetings
lara
55
6.5k
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/