Markdown in posts

23 views
Skip to first unread message

Ramana Venkata

unread,
Jul 4, 2013, 3:24:16 PM7/4/13
to sy...@googlegroups.com

Sorry for the last post I forgot to toggle the Markdown. So I deleted it.

I recently came across this https://chrome.google.com/webstore/detail/markdown-here/elifhakcjgalahccnjkneoccemfahfoa?hl=en This looks very good and suits very much for the posts here I guess. For firefox here is the addon https://addons.mozilla.org/en-US/firefox/addon/markdown-here/

A little sample of it


class BailOut(Exception):
    pass  def validate(queens):
    left = right = col = queens[-1]
    for r in reversed(queens[:-1]):
        left, right = left-1, right+1
        if r in (left, col, right):
            raise BailOut

Aaron Meurer

unread,
Jul 4, 2013, 3:50:20 PM7/4/13
to sy...@googlegroups.com
So here is a test.

def f(x):
print x

Header 1

Bold code

It's pretty cool. I wish the LaTeX used MathJax instead of Google charts.

Probably I keep using plaintext, though :) (though the LaTeX is nice
for some cases, where otherwise it's hard to read the plaintext math).

Aaron Meurer
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+un...@googlegroups.com.
> To post to this group, send email to sy...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Aaron Meurer

unread,
Jul 4, 2013, 3:52:50 PM7/4/13
to sy...@googlegroups.com

OK, so it seems it doesn't work unless you disable “Plain text mode” in GMail. Let me try again.

def f(x)
    print x

Header

bold code \LaTeX

By the way, deleting posts on Google Groups is pointless, because it is already emailed out to everyone at that point.

Aaron Meurer

Ramana Venkata

unread,
Jul 4, 2013, 4:05:31 PM7/4/13
to sy...@googlegroups.com
Sorry about that. I should have posted the same text in a reply. My bad :(


You received this message because you are subscribed to a topic in the Google Groups "sympy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sympy/HkBLr6bKKOk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sympy+un...@googlegroups.com.

To post to this group, send email to sy...@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Venkata Ramana K.
Sophomore,
Indian Institute of Science,
Bangalore, India.
Reply all
Reply to author
Forward
0 new messages