aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2016-01-08 16:34:54 -0800
committerZhiming Wang <zmwangx@gmail.com>2016-01-08 16:34:54 -0800
commit9ba9fd365cbed597388e33829d3b19c29cc8b6f0 (patch)
tree3805bb96190326c0e6039e3c5df2d998636484eb /README.md
parenta7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293 (diff)
downloadmy_new_personal_website-9ba9fd365cbed597388e33829d3b19c29cc8b6f0.tar.xz
my_new_personal_website-9ba9fd365cbed597388e33829d3b19c29cc8b6f0.zip
Site design refresh part I
Highlights: * Change font to Times/Times New Roman + Courier; * Text slightly darkened across the board to account for the thinner Times; * Eliminate line numbers; * Use custom highlight.css (based on highlight-css supplied by Pandoc, but hightlight more classes when Pandoc falls short, e.g., span.im for Python from and import). Closes #5 because we don't have line numbers anymore.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index ec5f621b..485c4537 100644
--- a/README.md
+++ b/README.md
@@ -51,15 +51,6 @@ See `process_image_sizes` in [`pyblog`](pyblog).
### Other HTML transforms
-#### Line-numbering in preformatted code blocks
-
-Line numbers are added to preformatted code blocks. Note that this
-transform is only applied to `pre` tags with class `sourceCode lang`,
-where `lang` is any language, so one must use a fenced code block with
-language spec in the Markdown document to take advantage.
-
-See `number_code_lines` in [`pyblog`](pyblog).
-
#### Link images to originals
`img` tags are automatically converted to clickable links to their