- Normal image in markdown (original size)

Test
Real examples can be found here. 5 best BPMN stencils
html, body { height: 100%; } | |
body { | |
font-family: Helvetica, Arial, sans-serif; | |
font-size: 150%; | |
line-height: 1.3; | |
color: #f6e6cc; | |
width: 700px; | |
margin: auto; | |
background: #27221a; |

Test
Real examples can be found here. 5 best BPMN stencils
track text messages is necessary for parents.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
DevFreeBooks
private static final String someLangSourceCode = | |
"class SomeClass {\n"+ | |
" fun1 {\n"+ | |
" instruction11\n"+ | |
" instruction12\n"+ | |
" }\n"+ | |
" fun2 {\n"+ | |
" instruction21\n"+ | |
" instruction22\n"+ | |
" }\n"+ |
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
var path = require('path') | |
var JavaScriptObfuscator = require('webpack-obfuscator') | |
function resolve (dir) { | |
return path.join(__dirname, '..', dir) | |
} | |
module.exports = { | |
entry: { | |
//Relative to the directory where the command is running (not where this configure is) |
RestfulController.getBook(ID) { | |
Service.getBook(ID) { | |
Repository.getBookById(ID) | |
} | |
} |