In github markdown code blocks, we have a small icon allowing us to copy the code snippet when hovering it:
// FileIO.qml (good)
QtObject {
function write(path, text) {};
function read(path) { return "TEXT" }
}
It would be nice to have this in this book!
In github markdown code blocks, we have a small icon allowing us to copy the code snippet when hovering it:
It would be nice to have this in this book!