# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 11
# self = https://watcher.sour.is/conv/oqxwrkq
Vote/opinion: which is the preferred or correct render of block quotes - yarnd or the yarn app?


I would have expected it to look like it does in the app when I wrote the posts, but yarnd collapsed it allo into one blockquoute, which intrired to fix by adding (...)

Is this a problem with the markdown parser not being the same used in the app and in yarnd?
@darch All I know is different parsers are used for Markdown in the Web App vs. the Mobile App
@darch All I know is different parsers are used for Markdown in the Web App vs. the Mobile App
@darch All I know is different parsers are used for Markdown in the Web App vs. the Mobile App
@darch All I know is different parsers are used for Markdown in the Web App vs. the Mobile App
@darch I guess preferred is different than 'correct'.

My preference is this one:

> Text 1

> I'd expect this quote to be separated



> And for this case
> I'd expect these blocks to be together


But since I moved from Markdown to Gemtext, I always forget how it works.
That said, I don't generally like splitting the blocks as those are connected on the same idea.
@darch I didn't know of the (...) trick
I'd take a look on how it works
@darch I didn't know of the (...)
I'd take a look on how it works
@eaplmx yes that I how I think it should work too here on the web app
@eaplmx yes that I how I think it should work too here on thebwb app
@darch one way to fix it is to share the parsed markdown, like with server side html readable via API.