My Project: Stellar Stuff Sooner
Take your stuff to the moon and back in the blink of an eye.
Reference pages are ideal for outlining how things work in terse and clear terms. Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what you’re documenting.
Further reading
Sección titulada «Further reading»- Read about reference in the Diátaxis framework
function demo() { // This line (#2) and the next one are highlighted return "This is line #3 of this snippet";}function thisIsJavaScript() { // This entire block gets highlighted as JavaScript,This entire block gets highlighted as JavaScript,This entire block gets highlighted as JavaScript,This entire block gets highlighted as JavaScript,This entire block gets highlighted as JavaScript,This entire block gets highlighted as JavaScript, // and we can still add diff markers to it! console.log('Old code to be removed') console.log('New and shiny code!')}