Skip to content
  1. Dec 08, 2014
  2. Dec 03, 2014
  3. Nov 27, 2014
  4. Nov 26, 2014
    • Raniere Silva's avatar
      Small improve at tools/blockquote2div.py · 71623dcc
      Raniere Silva authored
      - Use UPPERCASE for global constants
      - Add Learning Objectives to SPECIAL_TITLES
      - Fix samples
      71623dcc
    • Aaron O'Leary's avatar
      trigger prereqs class with title · 10332276
      Aaron O'Leary authored
      Previously, Div creation was triggered by a Blockquote that began with a
      header that contained a single class that was in a list of special
      classes.
      
      Now, Div creation is *also* triggered by a Blockquote that begins with a
      header that has it's text contained in a list of special titles. The
      title is used to lookup an appropriate class to give the Div.
      
      In particular, 'prerequesites' is a special title, giving the class
      'prereq'.
      
      This input:
      
          > ## Prerequesites
          >
          > A short paragraph describing what learners need to know before
          > tackling this lesson.
      
      will trigger this output:
      
          <div id="prerequisites" class="prereq">
          <h2>Prerequisites</h2>
          <p>A short paragraph describing what learners need to know before
          tackling this lesson.</p>
          </div>
      10332276
    • Aaron O'Leary's avatar
      remove .prereq from readme · a2add95d
      Aaron O'Leary authored
      a2add95d
    • Greg Wilson's avatar
      Merge pull request #36 from twitwi/make-python-script-runnable-for-pandoc · bc06c588
      Greg Wilson authored
      making python script runnable for pandoc
      bc06c588
  5. Nov 25, 2014
  6. Nov 18, 2014
  7. Nov 17, 2014
  8. Nov 16, 2014
  9. Nov 15, 2014
  10. Nov 14, 2014
  11. Nov 13, 2014