cerca

lean forum software (pmc local branch)
git clone http://git.permacomputing.net/repos/cerca.git # read-only access
Log | Files | Refs | README | LICENSE

sample-about.md (1546B)


      1 # About 
      2 This forum is for and by the [Merveilles](https://wiki.xxiivv.com/site/merveilles.html)
      3 community.
      4 
      5 The [forum software](https://github.com/cblgh/cerca) itself was created from scratch by
      6 [cblgh](https://cblgh.org) at the start of 2022, after a long time of pining for a new wave of
      7 forums hangs.
      8 
      9 If you are from Merveilles: [register](/register) an account. If you're a passerby, feel free
     10 to read the [public threads](/).
     11 
     12 ## Code of conduct
     13 As with all Merveilles spaces, this forum abides by the compact set out in the [Mervilles Code
     14 of Conduct](https://github.com/merveilles/Resources/blob/master/CONDUCT.md).
     15 
     16 ## Forum syntax
     17 Posts in the forum are made using [Markdown syntax](https://en.wikipedia.org/wiki/Markdown#Examples).
     18 
     19 <b>\*\*Bold text\*\*</b> and <i>\*italics\*</i>
     20 
     21 <ul>
     22     <li>* lists</li>
     23     <li>* like </li>
     24     <li>* this </li>
     25 </ul>
     26 
     27 <blockquote>&gt; Blockquote</blockquote>
     28 
     29 <code>\`typewriter text\`</code>
     30 
     31 <!-- leave the <pre><code> blocks from reformatting! they render all their spacing :)-->
     32 <pre><code>```
     33 blocks of
     34 code like
     35 this
     36 ```
     37 </code></pre>
     38 
     39 Create links like <code>\[this\]\(url\)</code>, and embed images like: <code>!\[description\]\(url\)</code>. Note how the image
     40 syntax's exclamation mark precedes the regular link syntax.
     41 
     42 Each post in the thread can be referenced like <code>\[this post\]\(#12\)</code>, where 12 is the post number which can be
     43 found at each post timestamp.
     44 
     45 <pre><code>this is one paragraph.
     46 this belongs to the same paragraph.
     47 
     48 this is a new paragraph
     49 </code></pre>