// This is a documentation file for authors and editors of the Arduino Manutius content platform. // Below you can find a list of all the possible page elements with the corresponding // AsciiDoc syntax // GENERAL GUIDELINES // The [space]+ sends text to a new line, aka it generates a
in the HTML output, e.g.: // This is some text. + // This is some other text in a new line // The [%hardbreaks] generates a new

paragraph, e.g.: // This is a

paragraph // [%hardbreaks] // This is another

paragraph // If you need to add a blank line between sections of the page you can use: // {empty} + // Using [%hardbreaks] at the end of a chunk is always a good practice. // [%hardbreaks] close the HTML tags, making the HTML output clean. // This ''' is a line divider // PAGE TITLE = Page Title [h1] // SECTION DIV WITH ID STARTS [#name_of_id] -- // Add your content here. // In case your output is an HTML file, this tag will create a wrapper div with the id specified, e.g.: //

-- // SECTION DIV WITH ID ENDS // OTHER TITLES [float] == Section Title [h2] [float] === Paragraph Title [h3] [float] ==== Sub-paragraph Title [h4] ''' // TEXT STYLES This is normal

text + *This is bold text* + _This is italic text_ + *_This is bold+italic text_* + [small]#This is small text# + #This is highlighted text# + '`This is single quoted text`' + "`This is double quoted text`" [%hardbreaks] ''' // LINKS // Please note that all external links need to be opened in a new window/tab by adding ^ right before the last square brackets http://arduino.cc[This is an external link^] in a new tab + link:../index.html[This is a relative link] + mailto:webmaster@arduino.cc[This is an e-mail link] [%hardbreaks] ''' // LISTS * This * is ** an *** unordered * list [%hardbreaks] . This . is .. a .. n ... orde ... red . list ''' // CODE This is `code` in a sentence + `This is a whole line of code` + // HINT: Please note that sometimes when copy-pasting code a few spaces can be added at the beginnng of each line of code. // If that happens, please remove the extra spaces. Thanks! This can be a lot more code [source,arduino] ---- for (int i = 0; i <= 99; i++) { Serial.println('We want more code!'); } ---- [%hardbreaks] ''' // TABLES |=== |Name of Column 1 |Name of Column 2 |Name of Column 3 |Cell in column 1, row 1 |Cell in column 2, row 1 |Cell in column 3, row 1 |Cell in column 1, row 2 |Cell in column 2, row 2 |Cell in column 3, row 2 |Cell in column 1, row 3 |Cell in column 2, row 3 |Cell in column 3, row 3 |=== [%hardbreaks] ''' // IMAGES // If you need to add an image to the Asciidoc please create a folder called 'attachments' in the same directory as the Asciidoc file, // place the image there and reference it as shown below. Images can be in SVG and PNG format, max size 200KB. // To include an image on its own line (i.e., a block image), use the image:: prefix in front of the file name and square brackets after it [] // Make sure you add [%hardbreaks] between any text and the image This is a block image with a URL [%hardbreaks] image::https://store-cdn.arduino.cc/uni/catalog/product/cache/1/image/1040x660/604a3538c15e081937dbfbd20aa60aad/A/0/A000066_featured_2.jpg[] This is an image saved in the attachments folder with a caption [%hardbreaks] image::https://www.arduino.cc/reference/en/AsciiDoc_sample/AsciiDoc_Dictionary/attachments/ArduinoUno_R3_Front_450px.jpg[caption="", title="A beautiful Arduino UNO"] ''' // EMBED This is a pretty embed of code from Gist ++++ ++++ {empty} + And this is another of a video from YouTube ++++ ++++ // HINT: Please remember to set the iframe width to 100% to have the video responsive on all our platforms {empty} + And here some slides from Sideshare, yay! ++++

Introduction to Arduino from David Mellis
++++ // HINT: Please remember to set the iframe width to 100% to have the slide show responsive on all our platforms {empty} + And this is some audio from SoundCloud ++++ ++++ // HINT: Please remember to set the iframe width to 100% to have the sound UI responsive on all our platforms