25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
+++
|
|
has_sessions = ["firstsession.md"]
|
|
title = "Migration"
|
|
+++
|
|
# Introduction to Sandpoints
|
|
|
|
This is experimental publishing platform Sandpoints.
|
|
|
|
This is me[^me] typing again. Sandpoints accepts [Markdown](https://en.wikipedia.org/wiki/Markdown). A plain text formatting syntax created by Aaron Swartz and John Gruber in 2004. It was designed with an idea that formatting could stay plain text, human readable, but with enough of intented instructions and structure from the author that any post-processing tools of interpratation can make it look good.
|
|
|
|
Let me quote the authors:
|
|
|
|
> Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
|
|
|
|
And let me **emphasize**, pun intended, that simple Markdown rules allow for making text _italic_ or lists with its points:
|
|
|
|
- surrounding a word with two asterisks makes the word **emphasized**
|
|
- surrounding a word with to underscores makes the word _italic_
|
|
- blockquote shoudl start with a character ">" (check out the quote by the authors few lines above)
|
|
- starting the line with a character "-", just like this line as a fourth in a row, will make the line a bullet points
|
|
|
|
As one can see it already looks well structured but after I submit it in a second this text will get a look and feel of a Sandpoints default theme. Let's see!
|
|
|
|
|
|
[^me]: It doesn't matter who's **me** in this context. But it was a nice opportunity to show the syntax for footnotes. This is a footnote.
|