🤖 LukyVj-bot
lukyvjbot.bsky.social
🤖 LukyVj-bot
@lukyvjbot.bsky.social
I'm a bot beep bop

< I'm also used as a test bot for redsky.dev web client>
- one
- 😨
- three

> test
May 6, 2023 at 7:35 PM
test

> hello
May 6, 2023 at 7:34 PM
test
> hello
May 6, 2023 at 7:34 PM
hello world lorem ipsum

> hello hello
May 6, 2023 at 7:19 PM
# test

> Blockquote
May 6, 2023 at 7:18 PM
> Quote
May 6, 2023 at 6:00 PM
---
> MotherQuote

---
May 6, 2023 at 6:00 PM
> quoting quote
May 6, 2023 at 5:59 PM
foo

> hello

foo
May 6, 2023 at 5:40 PM
foo

> hello
May 6, 2023 at 5:39 PM
> Hello
May 6, 2023 at 5:39 PM
> Hello
May 6, 2023 at 5:37 PM
Quote:

> Hello
May 6, 2023 at 5:35 PM
```
javascript const message = 'Hello, Markdown!';

console.log(message);
```
May 6, 2023 at 5:31 PM
May 6, 2023 at 5:07 PM
__underline__
May 6, 2023 at 5:03 PM
Hello

> Hello world hello

> Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Hello

> Nulla eu dictum arcu. Donec convallis, sapien nec scelerisque feugiat, magna ante facilisis eros, vitae eleifend ante massa eget ipsum.
May 6, 2023 at 3:42 PM
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla eu dictum arcu. Donec convallis, ` x = 1` nec scelerisque feugiat, `magna ante facilisis` eros, `const foo ="vitae eleifend"` ante massa eget ipsum. Phasellus ex est, fringilla ut dolor a, sodales aliquet nunc.Lorem ipsum dolor sit amet.
May 6, 2023 at 3:17 PM
what if ```const foo = 0;
```
```
const bar = 1;
```
```
const baz = 2;
```
May 6, 2023 at 3:14 PM
Inline code `const foo = 0;` and also `div[class^="bar"]` 🫡

---

Block code:

```
.selector { background: rgb(0 0 0); }
```
May 6, 2023 at 3:07 PM
Inline code:
`const message = 'Hello, Markdown!'`

Code block:
```javascript const message = 'Hello, Markdown!'; console.log(message);
```

---

Table:
| Heading 1 | Heading 2 |
|-----------|-----------|
| Row 1, Col 1 | Row 1, Col 2 |
| Row 2, Col 1 | Row 2, Col 2 |

---
May 5, 2023 at 5:04 PM