Markdown files preview

Markdown files for a blog/website First start a hugo server from the location where the website/blog/markdown files are: cd /path/to/website/files; hugo server and then access localhost:1313 in a browser. Preview of a single mardown file lynx and pandoc can be used like: pandoc file.md | lynx -stdin or pandoc -t plain file.md | less

March 11, 2020 · Alberto Casado

Test markdown

You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc. Here is some bold text Here is a secondary heading Here’s a useless table: Number Next number Previous number Five Six Four Ten Eleven Nine Seven Eight Six Two Three One How about a yummy crepe? ...

February 20, 2015 · Alberto Casado