[Edu-sig] Re: mailman 3: howzitgoin?

2020-02-06 Thread Naomi Ceder
So it looks like both restructured text and markdown formatting is supported how clever is that? Hope this answers your question, Kirby. Cheers, Naomi -- Naomi Ceder @NaomiCeder • https://www.naomiceder.tech https://www.manning.com/books/the-quick-python-book-third-edition

[Edu-sig] Re: mailman 3: howzitgoin?

2020-02-06 Thread Naomi Ceder
Hmmm... so I'd assume that maybe mailman3 is rendering RST? If it is, then the following should be formatted as code:: >>> 2 ** 200 1606938044258990275541962092341162602522202993782792835301376 >>> On the other hand, maybe it's markdown? Then this should be a code block: ``` >>> 2

[Edu-sig] Re: mailman 3: howzitgoin?

2020-02-06 Thread kirby urner
Testing: >>> 2**200 # (that's 2 to the 200th power in Python). The mailman 3 archive is rendering Python code rather poorly right? I archive more of my experience in this recent Youtube: https://youtu.be/rpAE_ogXKcE (recaps some recent threads, takes up the display of Python code through the