Chromium Code Reviews| Index: pkg/barback/examples/markdown_converter/web/index.markdown |
| diff --git a/pkg/barback/examples/markdown_converter/web/index.markdown b/pkg/barback/examples/markdown_converter/web/index.markdown |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3bbe8bd4db5f66fc992d8a38a1641e7fa348fd6f |
| --- /dev/null |
| +++ b/pkg/barback/examples/markdown_converter/web/index.markdown |
| @@ -0,0 +1,14 @@ |
| + |
| +# First level header |
| + |
| +* one |
| +* two |
| +* three |
| + |
| +## Second level header |
| + |
| +1. apple |
| +2. banana |
| +3. pear |
| + |
| +<img src="images/bison.jpg" alt="The Google Bison" /> |