survitals / survitals.com

Website about survival, safety, and preparedness
2 stars 1 forks source link

Markdown transition #5

Open ryanve opened 10 years ago

ryanve commented 10 years ago

My plan is to switch all .html content files to .md files. Markdown's intuitive syntax has popularized its use. Transitioning should be seamless because HTML can be used inside markdown. Editing on Github will be easier.

ryanve commented 10 years ago

Markdown is also on the chromosome roadmap. In the meantime we can parse it in PHP on the server with parsedown. Tests are in progress.

ryanve commented 10 years ago

Markdown link syntax

[Google](http://google.com)

Markdown list syntax

- fire
- air
- water
- earth

Markdown heading syntax

# Headline
## Subhead
### Subhead
ryanve commented 10 years ago

Transition complete =)

Issues to watch for