### Testing 1 2 3
This editor uses `markdown` for formatting. This is a sample content. You should also learn markdown alongside data structures. You can use markdown for your fancy contents.
```javascript
// Sample code
async setInitialValue() {
if (!this.value) {
const md = await this.$axios.$get(`/md/app-editor/${this.$i18n.locale}.md`)
this.editor.value = md
}
}
```
[Check this out for more markdown examples!](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
Now delete each characters individually and type whatever you want. Because we like to torture you!