|
|
|
|
|
by dcow
1067 days ago
|
|
I think markdown reads very nicely in text form. Title
===
Summary of the page
# H1 Intersting Topic
The most important part of [1] is...
## H2 What others say
> Quote from somebody. Callout something.
And then it's implemented like:
```
// this code is a demonstration of how to query foo
func foo() {
does_thing();
}
```
# Conclusion
You should use markdown to structure your documents.
[1]: https://example.com
|
|