You're viewing a single thread.
/** * Gets the user **/ fun getUser() { return this.user; }
126 0 ReplyI'm sorry, I don't think I understand what's happening here…
33 0 ReplyLet me find the sequence diagram...
28 0 ReplyYou need the requirements doc from marketing. Then it will all totally make sense for sure. No cap.
12 0 Reply
Okay now I get the joke.
I hate these kind of people.By the way, your ``` both need to be on their own, separate line
8 0 ReplyIt renders correctly in my client (Sync), what are you using? I'll edit it anyway.
3 0 ReplyIt renders correctly on the web as well for me.
But the ``` being on their own line is how to write it properly, as stated this website among many others.
This way, you can put the intended programming language on the same line as the first ```, ensuring proper colour coding!
Ex.
echo "Hello $name\n";
echo "Hello $name\n";
EDIT I checked on mobile, it rendered odd on Jerboa for me:
Now it is fixed:
2 0 ReplyYep, I know, but my code isn't in a real language.
2 0 ReplyYou can also not do it, it was just an additional comment!
1 0 ReplyThanks for your code review. :-D
2 0 Reply