December 2018
Intermediate to advanced
414 pages
10h 19m
English
Yes, this is still a book about Swift, but let’s take a minute to have a look at the Markdown language.
Language is a big word. Unlike with other programming languages, you can become proficient in Markdown in a few minutes.
Markdown allows for a lightweight annotation of your text so it can be structured and rendered without impeding the readability of the raw code:
A Simple Tomato SauceThis is a simple tomato sauce recipeYou can add a title with the # sign or by underlining with = or -# List of ingredientsBelow is a simple unordered list, any one of the -, + • or * character will make for a new list item- Tomatoes- Garlic- Basil- Pecorino romanoUsing more than one # character lets you add a sub level to your titles. ...
Read now
Unlock full access