this post was submitted on 02 Dec 2023
27 points (100.0% liked)

/kbin devlog

1 readers
1 users here now

founded 2 years ago
 

Today, I continue preparations for refactoring. Szymon updated the environment and added a spoiler tag in the markdown editor. Additionally, there were several fixes and improvements related to collections and the People page.

https://codeberg.org/Kbin/kbin-core/pulls/1325
https://codeberg.org/Kbin/kbin-core/pulls/1327

You can track changes in the official repository
https://codeberg.org/Kbin/kbin-core

or on Github
https://github.com/ernestwisniewski/kbin

you are viewing a single comment's thread
view the rest of the comments
[–] DessertStorms@kbin.social 1 points 1 year ago (1 children)

(like how italics can be written like this or like this).

How do you get that to display without italicising/bolding the text? (E: like has clearly happened to me lol)

[–] ThatOneKirbyMain2568@kbin.social 1 points 1 year ago (1 children)

Backslashes. To get _this_, you type \_this\_. In fact, you can backslash backslashes, which is how I showed the backslashes here.

[–] DessertStorms@kbin.social 1 points 1 year ago

Amazing, thanks!
(now to hope I actually remember lol)