# 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 27
# self = https://watcher.sour.is/conv/44nacmq
Testing, will delete.

>Test
@quark >This works...\n\nNow, if I use ">" (without the quotes) with a space after it, and then text, the entire line gets omitted.
@quark >This works...

Now, if I use ">" (without the quotes) with a space after it, and then text, the entire line gets omitted.
@prologic Ah, the quoting markdown works too; wondered how @adi was doing it. :-) Good to know!
I’m not sure how much of the syntax I enabled 🤔

# Heading 1

## Headinf 2

- Item
- Another Item
I’m not sure how much of the syntax I enabled 🤔

# Heading 1

## Headinf 2

- Item
- Another Item
I’m not sure how much of the syntax I enabled 🤔\n\n# Heading 1\n\n## Headinf 2\n\n- Item \n- Another Item
Apparenty most of it 🤣
Apparenty most of it 🤣
\n\n# SO I CAN SHOUT REALLY LOUDLY\n\nthen talk a bit quieter\n\nInteresting how nowhere in Markdown there is the equivalent of <small></small> though.
@eldersnake although don’t forget the new lines so the Markdown gets parsed correctly 🤣
@eldersnake although don’t forget the new lines so the Markdown gets parsed correctly 🤣
@prologic Yeah woops 😁
@eldersnake Yup 😂

@eldersnake Yup 😂

@eldersnake Yup 😂\n\n
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@quark Not a bug. All lines starting with "> " are stripped. (This is done to remove the quoted stuff that is initially appended at the bottom when you reply to a twt.) What you’re writing here is not Markdown, it’s just “text”. The only special processing that jenny does now is that multi-paragraph thingy. (This is in contrast with yarn.social, which renders everything as Markdown, I think?)
@quark @movq It does yes.
@quark @movq It does yes.
@quark How about code? (this is mostly to configure mutt?)\n\n
Testing this here now
@quark How about code? (this is mostly to configure mutt?)

Testing this here now
\nThis will be the last entry on this conversation (hopefully!):\n\n
\n#!/bin/bash\necho "hello world"\n
\n\nThe end!

This will be the last entry on this conversation (hopefully!):


#!/bin/bash
echo "hello world"



The end!