Welcome to your new Draft powered Documentation!
The markdown used is GitHub Flavored so you can easily import or export your documentation to GitHub. Remember you can also use some HTML inside Markdown, and if that's not enough you can always write your documentation in HTML documents.
You can see some examples right now, just open the examples section in the navigation bar.
You can easily get code highlighting for your page thanks to the Prism library bundled in. Visit their webpage to see how it works and find new themes!
function updateMessage() {
var el = document.getElementById('message');
el.textContent = msg;
}
// Call the function
updateMessage();
With the help of MathJax you can also display math! for more information visit their homepage.
This is a Block Formula: $$\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$$
This is an Inline Formula: $\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}$.
Display any kind of messages to better inform everyone!
Quote message