Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 733 Bytes

readme.md

File metadata and controls

41 lines (34 loc) · 733 Bytes

This comes from readme.md

Technology used

  • angular.js
  • bootstrap
  • bootstrap-markdown
  • marked.js
  • angular-marked
  • highlight.js
  • angular-highlight
  • jQuery

Section 1

Bold and italic strike test

Tables

Colons can be used to align columns.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
Markdown Less Pretty
Still renders nicely
1 2 3

Code sample

// javascript code sample
function log(data) {
  console.log(data);
}
<!-- html code sample -->
<h1>Header 1</h1>