How to use this forum

โš“ Neptune    ๐Ÿ“… 2023-08-07    ๐Ÿ‘ค aszepieniec    ๐Ÿ‘๏ธ 773      

aszepieniec

Warning

This post was published 271 days ago. The infomation described in this article may have changed.

Software

This forum is running an instance of freedit, which is a lightweight forum based on rust and Javascript-free. The setup is similar to reddit, with inns (subreddits) and feeds, and upvoting.

Getting Started

To get started, you might want to subscribe to:

Formatting

Freedit supports both Markdown and LaTeX, although the second one requires a special syntax to active:

  • inline math with by writing the familiar dollar signs inside of an inline code snippet using backticks:
`$\sum_{i=0}^\infty \frac{1}{i^2}$`

gives โˆ‘i=0โˆž1i2

  • to write newline math, embed the LaTeX code into a code snippet with triple-backticks, and mark the language as โ€œmathโ€, e.g.
```math
๐Ÿท๏ธ instructions