Displaying 5 results from an estimated 5 matches for "detab".
Did you mean:
datab
2008 Mar 20
1
[LLVMdev] detab llvm
Here is a patch to detabify llvm...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: detab-1.patch
Type: application/octet-stream
Size: 11426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080319/e55f923c/attachment.obj>
-------------- next p...
2006 Oct 09
2
Detab should be multi-byte aware?
A user has table-formatted data which contains accents and finds it
problematic that his tables misalign after going through Markdown.
This is because he made them align using tab characters and Markdown
will convert these to spaces even in pre-formatted text and Markdown
is not multi-byte aware.
This raises two questions:
1. Should Markdown convert tabs to spaces in pre-formated text?
2006 Dec 02
0
PHP Markdown 1.0.1d
...itly defined.
* Link references definitions can now have an empty title,
previously if the
title was defined but left empty the link definition was
ignored. This can
be useful if you want an empty title attribute in images to hide
the
tooltip in Internet Explorer.
* Made `detab` aware of UTF-8 characters. UTF-8 multi-byte
sequences are now
correctly mapped to one character instead of the number of bytes.
* Fixed a small bug with WordPress where WordPress' default filter
`wpautop`
was not properly deactivated on comment text, resulting in hard
line b...
2006 Dec 29
0
PHP Markdown 1.0.1e & Extra 1.1.1
...to Milian Wolff for his optimisations.
* Made deterministic the conversion to entities of email addresses in
automatic links. This means that a given email address will always be
encoded the same way.
* PHP Markdown will now use its own function to calculate the length
of an
UTF-8 string in `detab` when `mb_strlen` is not available instead of
giving a fatal error.
PHP Markdown Extra 1.1.1
* Fixed a problem where whitespace at the end of the line of an atx-
style
header would cause tailing `#` to appear as part of the header's
content.
This was caused by a small error in the rege...
2007 Jul 03
0
PHP Markdown 1.0.1g & Extra 1.1.3
...ad PHP Markdown & Extra from the project page:
<http://www.michelf.com/projects/php-markdown/>
Here are the changes from 1.0.1f and Extra 1.1.2:
1.0.1g (3 Jul 2007):
* Fix for PHP 5 compiled without the mbstring module. Previous fix to
calculate the length of UTF-8 strings in `detab` when
`mb_strlen` is
not available was only working with PHP 4.
* Fixed a problem with WordPress 2.x where full-content posts in
RSS feeds
were not processed correctly by Markdown.
* Now supports URLs containing literal parentheses for inline links
and images, such as:...