Skip to content

Instantly share code, notes, and snippets.

@rhettl
Created August 24, 2015 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhettl/b0283fafda597fe25174 to your computer and use it in GitHub Desktop.
Save rhettl/b0283fafda597fe25174 to your computer and use it in GitHub Desktop.
<div id="faqs">
<div id="faqs-toc"></div>
<div id="faqs-questions">
<section>
<h2>General Rules</h2>
<div class="question">
<h3>Question one goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question two goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question three goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question four goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question five goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
</section>
<section>
<h2>Other Rules</h2>
<div class="question">
<h3>Question six goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question seven goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question eight goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question nine goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
<div class="question">
<h3>Question ten goes here</h3>
<p>the answer goes here</p><a>[href="#"] citation goes here</a>
</div>
</section>
</div>
</div>
#faqs
#faqs-toc
#faqs-questions
section
h2 General Rules
.question
h3 Question one goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question two goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question three goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question four goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question five goes here
p the answer goes here
a[href="#"] citation goes here
section
h2 Other Rules
.question
h3 Question six goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question seven goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question eight goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question nine goes here
p the answer goes here
a[href="#"] citation goes here
.question
h3 Question ten goes here
p the answer goes here
a[href="#"] citation goes here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment