/feedb
User feedback and bug reports
submit
ad
Advertise in /feedb
Reach our feedb-focused community
/post#cm5sjw8d
reply to post

New Features: Code Blocks, Quoting & Category Tooltips

I've just added some new features:

1. Category Tooltips
Hover over any category to see its full name in a tooltip.

2. Code Blocks
To create a code block, wrap your code with three backticks (`) at the beginning and end:
Example of a code block:

code block
// Here's an example of a code block
function myFunction() {
console.log("Hello, discuo!");
}

3. Quoting
Start a line with ">" to create a quote:
> This is a quote
> They're green and italic by default

Formatting help available if needed.

2mo|
Anonymous
|reply||
3 comments
Sooo great!

I'm the first to use it.

So I'm going to share the last line of code I wrote today haha

code block
Liste& Liste::operator = (const Liste & l) {
empty();
Cell * temp = l.prem;
while (temp != nullptr) {
addInQueue(temp->info);
temp = temp->next;
}
return *this;
}
2mo|
Anonymous
||
> what's the code block for
2mo|
Anonymous
||
code block
2mo|
Anonymous
||
Add a comment
0/2000