Published
Edited
Oct 4, 2019
1 fork
3 stars
Also listed in…
Lib/Lab 2019
Insert cell
Insert cell
Insert cell
md`

## So what is (electronic) text?
<br>
### encoding

> \`The Life and Adventures of Robinson Crusoe, Etc.\`
<br><br>

### or markup

> \`<title>The Life and Adventures of Robinson Crusoe, Etc.</title>\`
<br><br>

### or image data

> ![crusoe title](https://s3.amazonaws.com/sc-lib-ds-static/static-assets/p-1-head.jpg)

### or just math

> ![crusoe title](https://s3.amazonaws.com/sc-lib-ds-static/static-assets/Artboard%201.svg)

`
Insert cell
md`
## What is plain text?

* characters as encoded by a standard scheme (nothing but)
* machine and human readable
* sustainable
* platform independent

## What is *not*?

![microsoft word logo](https://s3.amazonaws.com/sc-lib-ds-static/static-assets/Word2011.jpg)
`
Insert cell
md`
## Markup

* systematic way of annotating document parts for humans *and* machines
* indicating presentation / procedure / description

![humanis victus instramenta](https://s3.amazonaws.com/sc-lib-ds-static/static-assets/Unknown_engraver_-_Humani_Victus_Instrumenta_-_Ars_Coquinaria_-_WGA23954.jpg)

---

## And Markdown?

* a minimal (almost) markup language[^6]
* very little redundancy
* the world could fall apart and you could still read it
* wildly flexible in terms of platforms/formats

![markdown logo](https://s3.amazonaws.com/sc-lib-ds-static/static-assets/Markdown-mark.svg.png)
`
Insert cell
md`
## Further Resources

### Getting Started
- [GitHub Guide: Mastering Markdown](https://guides.github.com/features/mastering-markdown/)
- [HTML Dog: Examples](https://htmldog.com/examples/)

### References
- [HTML Dog: Tags](https://htmldog.com/references/html/tags/)
- [HTML Dog: CSS Properties](https://htmldog.com/references/css/properties/)
- [HTML Reference from Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference)
- [CSS Reference from Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference)
- [*Companion Site for How to Design and Write Web Pages Today, 2nd ed.*](https://webpg.es/)
- [Much more than you ever wanted to know about encoding text](https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/)


`
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more