File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111### Rule #1
1212** Upvoting** In order to upvote, the user must have
13- - {MIN_POSTS_TO_UPVOTE} posts or more
14- - at least {MIN_DAYS_TO_UPVOTE} days since registration
13+ - ` {MIN_POSTS_TO_UPVOTE} ` posts or more
14+ - at least ` {MIN_DAYS_TO_UPVOTE} ` days since registration
1515
1616### Rule #2
1717** Downvoting** In order to downvote, the user must have
18- - {MIN_POSTS_TO_DOWNVOTE} posts or more
19- - at least {MIN_DAYS_TO_DOWNVOTE} since registration
20- - {MIN_REPUTATION_TO_DOWNVOTE} reputation or more
18+ - ` {MIN_POSTS_TO_DOWNVOTE} ` posts or more
19+ - at least ` {MIN_DAYS_TO_DOWNVOTE} ` since registration
20+ - ` {MIN_REPUTATION_TO_DOWNVOTE} ` reputation or more
2121
2222### Rule #3
23- Downvoting costs {DOWNVOTE_PENALIZATION} reputation (user who votes loses some reputation)
23+ Downvoting costs ` {DOWNVOTE_PENALIZATION} ` reputation (user who votes loses some reputation)
2424
2525### Rule #4
2626One user can't vote (up or down) more than ` X ` times a day, being ` X = reputation/10 ` . With a minimum of 5 and a max of 50
You can’t perform that action at this time.
0 commit comments