Tutorialpedia Quote Function
`quote() Function – Edit content (add a revision)
`section(title:'Pre-requisites') The Quoting functionality is part of the Tutorialpedia Syntax, helping you edit tutorials: `tutorial(name:'How to understand the Tutorialpedia Tutorial Syntax') `section(title:'Example 1') Using an inline quote: `code(language:'codepax') {` Socrates said: `quote(content:'To be is to do') `} This will display: Socrates said: `quote(content:'To be is to do') `section(title:'Example 2') It's also possible to include a sub-block in the quote, as in the following example: `code(language:'codepax') {` `quote() The three fundamental Rules of Robotics....One, a robot may not injure a human being, or, through inaction, allow a human being to come to harm.... Two...a robot must obey the orders given it by human beings except where such orders would conflict with the First Law... three, a robot must protect its own existence as long as such protection does not conflict with the First or Second Laws. `} This will display: `quote() The three fundamental Rules of Robotics....One, a robot may not injure a human being, or, through inaction, allow a human being to come to harm.... Two...a robot must obey the orders given it by human beings except where such orders would conflict with the First Law... three, a robot must protect its own existence as long as such protection does not conflict with the First or Second Laws. `section(title:'Parameters') `section(title:'cite (optional)') Specify an URL to which this quotation is atribuited `section(title:'content (optional)') Specifies the actual quote. If absent, the sub-block of the quote function will be used.
Save as new Revision
Syntax docs