By default, NodeBB has nodebb-plugin-markdown, which allows users to use the common markdown format in their posts.
**this is bolded**this is bolded
It's fully documented here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
AdSense showing error that ads.txt not found
How to add ads.txt?
AdSense want to get that like - https://domain.com/ads.txt
How to add like that?
In apache server its easy
Add it in whatever you're using as a reverse proxy.
I do it this way.
### google ads.txt
location /ads.txt {
root PATH TO_/nginx/forum/public/;
}
@FrankM Where to add this Code??? I hosted in heroku
This code is for nginx.
In your config for your forum you must add this code. Sry, i don't know heroku.