Throws obfuscated email address elements into codeblocks.

The line:

> [...] tyler <at> clickhouse <dot> com.

isn't being rendered by GitHub. I'm guessing they're just escaping any tags that don't have a closing tag, or something like that.

Anyway, this PR just throws those obfuscated elements into `code` tags.
This commit is contained in:
Johnny 2024-01-09 14:28:13 -04:00 committed by GitHub
parent 6fa368d296
commit a80fa3f053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ curl https://clickhouse.com/ | sh
## Upcoming Events
Keep an eye out for upcoming meetups around the world. Somewhere else you want us to be? Please feel free to reach out to tyler <at> clickhouse <dot> com.
Keep an eye out for upcoming meetups around the world. Somewhere else you want us to be? Please feel free to reach out to tyler `<at>` clickhouse `<dot>` com.
## Recent Recordings
* **Recent Meetup Videos**: [Meetup Playlist](https://www.youtube.com/playlist?list=PL0Z2YDlm0b3iNDUzpY1S3L_iV4nARda_U) Whenever possible recordings of the ClickHouse Community Meetups are edited and presented as individual talks. Current featuring "Modern SQL in 2023", "Fast, Concurrent, and Consistent Asynchronous INSERTS in ClickHouse", and "Full-Text Indices: Design and Experiments"