Skip to content

Instantly share code, notes, and snippets.

@YinglaiYang
Created March 15, 2014 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YinglaiYang/9564433 to your computer and use it in GitHub Desktop.
Save YinglaiYang/9564433 to your computer and use it in GitHub Desktop.
A simple Markdown file to test pandoc.

Test chapter

This is a simple test chapter.

Test section

A small section of this chapter.

Let's see if the numbering is correct

Some code to test the features of Pandoc Markdown:

	function sum = add(x,y)
	% some comment
		sum = x+y;
	end

This was some Matlab code.

Final chapter

The End.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment