The markdown, it converts single qoutes and drops them sometimes.

So most code if it includes a string will not be copy/pastable.

Is there a way to have the markdown ignore anything that is code ?

-Thadeus





On Mon, Feb 15, 2010 at 9:20 AM, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Create a wiki page under preface called errata. It would be nice if
> somebody where to move over errata from wiki.web2py.com.
> As people fix these problems, we'll mark the errata entries as fixed.
>
> On Feb 15, 3:28 am, pistacchio <pistacc...@gmail.com> wrote:
>> hi,
>> just a quick question, maybe already discussed and i missed it. the
>> wiki pages connected with the book are for additional examples and use
>> cases. what are the comments for?
>>
>> for example, i wanted to point out that on this 
>> pagehttp://web2py.com/book/default/section/6/5, in the "and operator"
>> section there are teo small typos:
>> a "\" before the & in the section header and this
>>
>> >>> rows = db((db.person.name=='Alex') &amp; (db.person.id>3)).select()
>>
>> should be
>>
>> >>> rows = db((db.person.name=='Alex') & (db.person.id>3)).select()
>>
>> where is the most appropriate place for such things? thanks
>>
>> On Feb 12, 2:30 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>>
>> >http://web2py.com/book
>>
>> > This is only for testing purposes.
>> > Please try get an account and send me some feedback.
>>
>> > You can try post and edit  comments/wiki pages.
>>
>> > I will reset the database in the next couple of days so do not be
>> > surprised if you loose your account and changes.
>>
>> > I will also try port over AlterEgo data and merge with appliances.
>>
>> > Massimo
>
> --
> You received this message because you are subscribed to the Google Groups 
> "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to 
> web2py+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/web2py?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to