[wp-hackers] readme.txt spec
Sam Angove
sam at rephrase.net
Wed Oct 25 13:12:28 GMT 2006
On 10/25/06, Angsuman Chakraborty <angsuman at taragana.com> wrote:
> > `<?php // code goes in backticks ?>`
>
> How do we write php code containing backticks?
If it's Markdown-style (I'm still not clear on that point) then you
delimit the code with double backticks instead:
`` This code contains literal `backticks`. ``
If your code uses double backticks, delimit with triples etc.
Even if that isn't possible, does it really matter? How often do you
*need* to embed code samples containing backticks in your plugin
readme files?
More information about the wp-hackers
mailing list