mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
QA /personal/2008/11/typography-enhancements/
This commit is contained in:
parent
3f6c1682fe
commit
12fe3312a0
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
Added a couple of WordPress plugins tonight to make the text on this blog a little prettier and hopefully more readable. First up is <a href="http://kingdesk.com/projects/wp-hyphenate/">wp-hyphenate</a> by <a href="http://kingdesk.com/">KINGdesk</a> to apply hyphenation rules. Second is <a href="http://blog.hamstu.com/2007/05/31/web-typography-just-got-better/">wp-typogrify</a>, which applies <a href="http://michelf.com/projects/php-smartypants/">PHP SmartyPants</a> (originally by <a href="http://daringfireball.net/projects/smartypants/">John Gruber</a>) to make "curly quotes" and proper dashes.
|
||||
|
||||
<strong>Update:</strong> I disabled wp-hyphenate as it was doing strange things to my html. In one case it was changing
|
||||
<strong>Update:</strong> I disabled wp-hyphenate as it was doing strange things to my html. In one case it was changing:
|
||||
|
||||
<code><table class="top_headers"></code> into
|
||||
|
||||
<code><table
|
||||
lass="top_headers"></code>
|
||||
`<table class="top_headers">` into:
|
||||
<table
|
||||
lass="top_headers">
|
Loading…
Reference in a new issue