CodeCode block
```js
const message = "Hello";
console.log(message);
```Use this Markdown cheatsheet when you need fast syntax for headings, links, lists, code blocks, tables and readable documentation.
## Heading**bold***italic*`code`[label](https://example.com)> Quote---- Item1. Item- [ ] Task| A | B |```js
const message = "Hello";
console.log(message);
```| Name | Value |
| --- | --- |
| Format | Markdown |Markdown Cheatsheet includes quick reference sections, practical examples, common mistakes, tips and links to related DevKitYard tools.
This cheatsheet is a static quick reference focused on concise commands, syntax and examples.
Use it when you need to recall syntax, compare common patterns or avoid mistakes without opening a long tutorial.
Use related DevKitYard tools such as Markdown Formatter, Markdown to HTML, HTML to Markdown when you need to format, validate, generate or inspect real output.