question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

remark-emoticon/zmarkdown can't start a paragraph by smiley >_<

See original GitHub issue

When we write:

>_< hello

we get

<blockquote>
<p>_&#x3C; hello</p>
</blockquote>

What is expected is the same result as

X/ hello

i.e

<p><img src="/static/smileys/pinch.png" alt="X/" class="smiley"> hello</p>

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
vhfcommented, Oct 8, 2018

This fix only works if you replace >_< with this new syntax, and adding it doesn’t make sense to me since we already have a couple of ways of getting this smiley.

1reaction
arobase-checommented, Oct 7, 2018

By allowing that syntax :

:>_<:

Colon it already used to insert emoji. Adding a syntax that allow an optional colon at the begin and end of the emoji to escape it does’t seem weird to me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is it Ever Okay to Start a Sentence With 'And'? - Merriam-Webster
It's perfectly acceptable to begin a sentence with and (as well as doing so with words such as but or or). Using and...
Read more >
Starting a Sentence with “And” or “But” – Should You Do It?
The first thing you want to remember is that you're using this word to connect two thoughts—so your phrase should be able to...
Read more >
Can You Start A Sentence With “And”? | Thesaurus.com
We've all been told you can't start a sentence with "and," but is it true? Learn how and when you can use "and"...
Read more >
Can You Start a Sentence with “Because”? Well, It Depends
The rule is that you can't start a sentence with “because” as it should only be used to join the main clause with...
Read more >
Is it ever okay to start a sentence with the word but? - Cliffs Notes
The short answer is yes; there is nothing grammatically wrong with starting a sentence with a conjunction like but, and, or or. But...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found