| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
GFM doesn't support closing with ..., and the rendered results are less
than satisfactory.
|
|
|
|
|
|
|
|
| |
Also add a newline after the metadata block.
... is easier on markdown-mode; if --- is used, the line immediately
above it will be treated as a setext header and highlighted, which isn't
so easy on the eyes.
|
|
|
|
| |
Looks slightly more professional.
|
|
|
|
| |
Plus a few typo fixes in old posts.
|
|
Also fixed several problems:
1. Rending SVG and making it a clickable link is basically impossible
across multiple browsers. I'm now using a pretty good PNG;
2. Implemented new_post in pyblog;
3. Footnotes related updates to the theme.
|