From 755fff0818b50b89a8c8e31a5265b393572d184e Mon Sep 17 00:00:00 2001 From: Spike <19519553+spikecodes@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:28:24 -0800 Subject: [PATCH] Use Markdown Highlights in README --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7386272..88382dc 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,8 @@ If you're on Linux and none of these methods work for you, you can grab a Linux ## 5) Replit/Heroku/Glitch -**Note:** These are free hosting options but they are *not* private and will monitor server usage to prevent abuse. If you need a free and easy setup, this method may work best for you. +> **Warning** +> These are free hosting options but they are *not* private and will monitor server usage to prevent abuse. If you need a free and easy setup, this method may work best for you. Run on Repl.it [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/libreddit/libreddit) @@ -227,11 +228,12 @@ LIBREDDIT_DEFAULT_WIDE=on LIBREDDIT_DEFAULT_THEME=dark libreddit -r ## Proxying using NGINX -**NOTE** If you're [proxying Libreddit through an NGINX Reverse Proxy](https://github.com/libreddit/libreddit/issues/122#issuecomment-782226853), add -```nginx -proxy_http_version 1.1; -``` -to your NGINX configuration file above your `proxy_pass` line. +> **Note** +> If you're [proxying Libreddit through an NGINX Reverse Proxy](https://github.com/libreddit/libreddit/issues/122#issuecomment-782226853), add +> ```nginx +> proxy_http_version 1.1; +> ``` +> to your NGINX configuration file above your `proxy_pass` line. ## systemd