Skip to content

Commit

Permalink
correct text
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Redmond committed Aug 18, 2012
1 parent 6ae3638 commit c658505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -9,7 +9,7 @@ require 'tilt'
puts Tilt.new('mypage.fml').render
```

Your markup in `mypage.fml` should be valid markdown. The only difference is, that QnA blocks are started by three dashes (`---`), and questions and answers are seperated by three equals (`===`). The first line of the question block will be the QnA's title. That's all.
Your markup in `mypage.fml` should be valid markdown. The only difference is, that QnA blocks are started by the keyword "question:", or "Q:", and answers being with "answer:" or "A:". If there is any text on the line after the question or answer keywords, it will be that section's summary (neither are required). All remaining indented text consitute the body of the question of answer.

This FML

Expand Down

0 comments on commit c658505

Please sign in to comment.