> For the complete documentation index, see [llms.txt](https://nagara.gitbook.io/code-zero-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nagara.gitbook.io/code-zero-project/basic/markdown.md).

# markdown

## introduction

*Markdown* is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created *Markdown* in 2004&#x20;

### Writing markdown

base directory markdown adalah di folder view/markdown, kamu bisa membuatnya disana, file markdown berextensi .md

#### example

```markdown
### this is example

<p>markdown file basic</p>

```
