Archive
Feeds Sign In
Archive Feeds Sign In
Note
Tom Petty:

1. Overrated.
2. Not Alive.

Comments (21)

Jeff Campbell
Jeff Campbell via Twitter

Heartbreaking.

Ron
Ron via Micro.blog

@cleverdevil

Wow:

1. Unkind

myopinion

Ron
Ron via Micro.blog

@Manton I used text "myopinion" with a # sign in front to mirror what cleverdevil had written. The output was very strange, like nothing I've ever seen before.

manton
manton via Micro.blog

@Ron Since Micro.blog supports Markdown, a # at the beginning of a line converts the text to a header. I’ve been thinking about changing this. Doesn’t really make sense for microblog posts or replies.

the
the via Micro.blog

@Ron You can put a backslash in front of the hash/pound/octothorpe and it will make it safely through.

#ILoveMarkdown

adiabatic
adiabatic via Micro.blog

@manton on the other hand, the “edit this post” functionality is buried in the Account settings and the Markdown tip doesn’t hint beyond strong, emphasis, and links. Maybe headers and blockquotes and “and others” should be mentioned right there on the Post page?

Andrea
Andrea via Twitter

Shut your mouth.

desparoz
desparoz via Micro.blog

@manton markdown is a major feature for me and hope that if you do change this behavior you leave markdown syntax intact

jeremycherfas
jeremycherfas via Micro.blog

@desparoz +1

cleverdevil
cleverdevil via Micro.blog

@Ron I like Petty. I’m also sad he’s gone! But, I’m also over hearing his music be overplayed as a “tribute.” 😉

devilgate
devilgate via Micro.blog

@manton I wouldn’t touch the Markdown behaviour for replies, if only because it would make your code more complex.

But: a hash character at the start of a line with no space before the next character probably shouldn’t make a header. I’ve seen some implementations that work that way.

colinwalker
colinwalker via Micro.blog

@devilgate @manton Exactly. I thought a # needed a space after it to function as a header.

desparoz
desparoz via Micro.blog

@devilgate @manton agree with this approach. Hash with no space is a hashtag. With a space it could be a header

Ron
Ron via Micro.blog

@cleverdevil I think that communicates much more clearly than what you posted, which I read as rude, cold & unpleasant. It seemed arrogant & unfair to the memory of a hard working, dedicated musician.

Ron
Ron via Micro.blog

@manton Okay, but how did that Microblog logo/image and the Microblog text get written over the top of my intended hashtag? I've never had anything like that appear before on my postings or anyone else's. Seems more like a bug to me.

Ron
Ron via Micro.blog

@the @Manton Yes, that's what I was trying to get! I don't know how the Microblog image & over written text got in there.

#ugly

bbohling
bbohling via Micro.blog

@desparoz +1 for no space = hash; space = header. Will certainly confuse some at first, but that’s ok. :)

manton
manton via Micro.blog

@Ron Ah, I hadn’t noticed that because the logo doesn’t appear for your post in the apps. Sorry about that! Definitely a display bug... Will fix soon.

eggfreckles
eggfreckles via Micro.blog

@manton you could call it Micro.markdown

cn
cn via Micro.blog

@manton line 31 of main.css could change from h1 to .container > h1 / @ron

manton
manton via Micro.blog

@cn Thanks! I'll roll out that fix today.