If you look at any post on URLO and mouse over a code-block, you can see a little copy icon in the top right corner. (On mobile it’s always visible.)
Screenshot from URLO:
However here on IRLO, this doesn’t seem to be the case. Is that some setting that can be changed?
pub fn example_code_block() {
println!("Hello, straightforward code copying‽");
}