Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 973 Bytes

template.md

File metadata and controls

40 lines (27 loc) · 973 Bytes

Title

This is some description of the problem. Or anything else :)

Template Subtitle -> you can have some titles probably

You can put your question somewhere here and some codes:

def question():
    print "Any codes might come in here"

To create a "hide button", use

<button class="section" target="solution" show="Show solution" hide="Hide solution"></button>

The section that you want to be hidden, should be inside the following tag-pair:

<!--sec data-title="Solution" data-id="solution" data-show=false ces-->
...
<!--endsec-->

Note that you cannot have titles higher than #### in the hidden block - Use ####, #####, etc...

Any solution codes would come here.

def question():
    print "This is an answer!"