Welcome Guest, Not a member yet? Register   Sign In
auto_typography()
#1

[eluser]Crimp[/eluser]
Use of the </p><p> for pre-defined block-level elements with tags.

Example to generate headings in flowing text:
Code:
<strong>Hole</strong>
You may find yourself in the hole doing this.

Output heading:
Code:
</p><strong>Hole</strong><p>

The "ol" in Hole makes it an ordered list.

Code:
// Block level elements that should not be wrapped inside <p> tags
var $block_elements = 'div|blockquote|pre|code|h\d|script|ol|un';
#2

[eluser]Phil Sturgeon[/eluser]
Its a bit rubbish this function. Cant be used with parse_smilies() either.
#3

[eluser]Crimp[/eluser]
I saw in that unmentionable elsewhere that this is not exactly the only problem with auto_typography(). There's a port of a similar function from WP posted. You may also have better luck with that.
#4

[eluser]marcoss[/eluser]
Use textile Wink
#5

[eluser]Shadowhand[/eluser]
Use Markdown Wink




Theme © iAndrew 2016 - Forum software by © MyBB