waydroid-slackware/sample.md
Anagnostakis Ioannis 09597f377a
Add files via upload
2024-04-24 00:08:25 +03:00

65 lines
1.5 KiB
Markdown

# Header 1
This is a quote:
> We\'re living the future so
> the present is our past.
We can style words: *Italic*, **Bold** and `code span`.
## Header 2
List sample:
* Unordered list can use asterisks
- Or minuses
+ Or pluses
1. Ordered list item 1.
1. Ordered list item 2.
### Header 3
Table sample:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
#### Header 4
I get 10 times more traffic from [Google][1] than from [Yahoo][2] or [MSN][3].
[1]: http://google.com/ 'Google'
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ (MSN Search)
##### Header 5
* [markdown-it](https://github.com/markdown-it/markdown-it) for Markdown parsing
* [CodeMirror](http://codemirror.net/) for the awesome syntax-highlighted editor
* [highlight.js](http://softwaremaniacs.org/soft/highlight/en/) for syntax _highlighting_ in output code blocks
* [js-deflate](https://github.com/dankogai/js-deflate) for gzipping of data to make it fit in URLs
This is [an example] [id] reference-style link.
[id]: http://example.com/ 'Optional Title Here'
This is an image:
![A beautiful flower](../dita/flowers/images/Chrysanthemums.jpg "Chrysanthemum")
###### Header 6
XML sample:
<table>
<tr>
<td>Foo1</td>
<td>Foo2</td>
</tr>
<tr>
<td>Foo1</td>
<td>Foo2</td>
</tr>
</table>