Browse Source

add notes on how to blog..

main
John-Mark Gurney 3 years ago
parent
commit
99f8c8c9d8
1 changed files with 26 additions and 0 deletions
  1. +26
    -0
      BLOG.md

+ 26
- 0
BLOG.md View File

@@ -0,0 +1,26 @@
How to blog
===========

If a code block is in a list item like:
```
1. This is a list item with source:
```
source
```
```

Do not use the above, but instead, use:
```
1. This is a list item with source:
<pre class="fullwidth"><code>
source
</code></pre>
```

If you want a code block w/ line numbers, it can only be done at the
parent level via:
```
``` { .shell .showlines }
some lines
````
```

Loading…
Cancel
Save