Displaying 20 results from an estimated 1000 matches similar to: "Nested lists and blank lines"
2009 Oct 22
3
Order of Markdown and SmartyPants filters (was: Re: Markdown Support in Drupal6.14?)
2009/10/20 Lou Quillio <public at quillio.com>
> On Mon, Oct 19, 2009 at 3:20 PM, AJG Baeumel
> <ajgb at st-maurices.n-lanark.sch.uk> wrote:
> > Why is Marksmarty no longersupported in Drupal 6.14?
>
> It's been a while since I've worked with Drupal, but I remember that
> MarkSmarty was really just a hybrid convenience filter. It's better to
> apply
2011 Feb 01
1
Email Obfuscation Techniques
The other thread brought to my attention that only the <email> syntax
obfuscates mailto links. Plus, while the entity encoding technique
probably fools some scrapers, I doubt it's all that effective. Even
Gruber uses the Hivelogic Enkoder [1].
So, what are people using for obfuscation and are you using any
scripting or automation (filter that takes a pass before or after
Markdown) to
2012 Jun 22
6
Definition list as image caption
recently though about image captions, then i realized that this could be achiebed by Markdown Extra's definition list feature:
![alttext](http://exampl.com/img.jpg)
: here goes the *caption*
What do you think?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Aug 03
2
Bug: Code block after list
Maybe this has been reported before, but I can't find it in the
archives.
A code block immediately following an ordered or unordered list
breaks both the list and the code block. Badly.
Tab or spaces for the block don't matter, legal indentation variants
of the list don't matter. Tried a bunch of casual workarounds,
extra newlines, etc., but no joy. Needs explicit
2013 Feb 09
2
Performance issue
Hi,
I suspect a CPU bottleneck in one of our PostgreSQL servers but not sure
how to confirm the suspect.
It's a DELL Box running CentOS 5.4 with 64GB RAM and 16 XEON E7430 2.13 GHz
processors. vmstat r column "run queue" usually indicates values higher
than 2 and less than 5 but "Load Average" values from top, sar -q and other
commands show always values less than 1.
2006 Jun 28
0
PHP SmartyPants Typographer 1.0b2
As I stated before, I had in the work a utility to control spaces
around punctuation and at some other places. Now, I've integrated it,
with a few extra quote goodies, within PHP SmartyPants, as an
extension just like PHP Markdown Extra extends PHP Markdown.
And so appeared SmartyPants Typographer (announcement on my weblog)
2006 May 19
1
Object-Oriented PHP Markdown/SmartyPants
This is something that I've been asked for many times. So today I'm
announcing that all future versions of PHP Markdown and PHP
SmartyPants will be encapsulated in a parser class. This has two
major benefits:
1. It should make extensions to the syntax easier to create and
maintain as it is now possible to now extend the parser by
replacing (overriding) only the relevant
2008 Jan 22
1
Implementing a flac-decoder in VHDL
Hello,
my name is Axel Reimer and I am new to this mailing list. I subscribed
because I was just thinking about how hard it would be to implement a
flac-decoder in VHDL (in order to use it on a Xilinx-FPGA).
Since I am working at a University in Germany I was thinking of offering
this project for students.
What do you think. How much time would you suggest for such an
implementation (if only
2009 Sep 09
1
Can the hole, fixed in latest libvorbis version, be triggered via webradio?
Hello,
I'm talking about the following hole:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2663
In Slackware 12.2, so far, the current libvorbis version is still 1.2.0.
My question is: I don't use ".OGG" files, but I regularly listen to a OGG webstream. Am I secure in this situation or could a corrupted webstream trigger the discussed bug?
Thanks in advance
Yours
2002 Jul 17
1
Question on "root pivot" function
Seth,
Thank you for your reply. I'm sorry to bother with this, but what is
the "root pivot" function and
where can I find doc's on it.
From what I understand from your email the system would basically boot
twice. Once from a stripped
kernel on the floppy disk to mount the CD, and then after the CD is
mounted it would reboot with the
kernel and initial randisk found on the
2007 Aug 30
2
Markdown, SmartyPants and Wordpress?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm redesigning my site and considering moving from Movable Type to
WP, but many of my entries are in Markdown. I really, really like
Markdown and SmartyPants. I've not used Textile much, but Markdown
feels more natural to me; also, I love SmartyPants because I'm a
stickler for curly quotes.
I understand there's a Markdown
2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn
how to use R.
I want to use R and Symphony together. CAn I use Symphony on a windows
based machine? I downloaded
Symphony 5.2.0, and when I hit to install it, I'm getting an error that I
can't get past. "Bad end of central directory record"
Now, let's say I miraculously am able to install
2007 Dec 05
1
[patch] Headers, unresolved footnotes, and fractions
Hi folks, thanks for the useful code!
I've added some functionality to PHP Markdown Extra and PHP
SmartyPants. Diffs attached.
For PHP Markdown Extra:
*A new config option, MARKDOWN_HEADER_BASE, which sets the largest
header level that Markdown can generate and defaults to 1; useful if
you use <h1> for site-wide elements and want Markdown-generated
headers to start at
2007 May 21
0
PHP Markdown 1.0.2b8 & Extra 1.1.3b1
Bug fixes for PHP Markdown & Extra, available as beta version for
now. You can download them from these URLs.
<http://www.michelf.com/docs/projets/php-markdown-1.0.2b8.zip>
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1.3b1.zip>
One noticeable change in these releases is that PHP Markdown now
outputs numeric character references for escaped characters (like
2020 Oct 02
2
[RFC] Adding a char set converter to Support library
Hi!
On z/OS, there is the need to convert strings from EBCDIC to UTF-8 and
vice versa.
Using the POSIX iconv functions has some challenges, so I created a small
wrapper
around this functionality to get the same result on all platforms. This
functionality
is required for reading and writing GOFF object files and can also be used
in the
frontend.
I put up the code on Phabricator
2020 Oct 02
2
Memory mapping assumptions in RuntimeDyld
Hi!
Implementing the Memory::allocateMappedMemory() function on z/OS, I see a
failure in the AArch64 COFF test case.
The test case has 3 sections. For each section,
Memory::allocateMappedMemory() is called to reserve memory.
If the distance between the pointers gets too large, then the test case
fails. It can be reliable produced with
a distance of 1MB between the pointers. An easy way to
2007 Jul 03
0
PHP Markdown 1.0.1g & Extra 1.1.3
This is a bug-fix release for PHP Markdown and PHP Markdown Extra.
It's almost identical to version 1.0.2b8, minus the new features
introduced in the 1.0.2 betas (shortcut links, markdown attribute
support for plain PHP Markdown), plus a few minor improvements. You
can download PHP Markdown & Extra from the project page:
<http://www.michelf.com/projects/php-markdown/>
Here
2002 Jul 04
1
Question concerning booting from Floppy Drive
First I'd like to thank you, and everyone who has contributed to the
isolinux development. It has been the solution to many of my development
needs.
Currently I am creating a Linux system that runs directly from CD. Currently
the CD is working and I am using isolinux to boot the CD. The compressed
kernel is approximately 2 meg and the compressed initial ramdisk is
approximately 4 meg.
2003 Oct 03
4
PATCH: mysql authentication
Here's another patch. This one isn't much different from the last patch,
except it tries a little harder to make sure that the required fields
are returned by the query (like the pgsql module does).
One question about how t_strdup works. How and who should memory
returned by t_strdup be freed? My patch has a function my_get_str()
which returns the value of t_strdup, and then I do
2006 May 03
1
SmartyPants 1.6 multiply remarks
Michel Fortin <michel.fortin@michelf.com> wrote on 2/13/06 at 6:13 PM:
> > 4 x 2 -> 4 × 2 in EducateExtras, too.
>
> Which is a great idea. But I'm not sure about how it works currently.
> All goes well in these two cases:
>
> 800x600
> 5 x 5
>
> But maybe it's not a so good idea that it also replace the x with a
>