With this markdown
On my profile
var got = "highlighted?";
package main | |
import ( | |
"fmt" | |
) | |
type Block struct { | |
Try func() | |
Catch func(Exception) | |
Finally func() |
Locale Identifier | Description | |
---|---|---|
af | Afrikaans | |
af_NA | Afrikaans (Namibia) | |
af_ZA | Afrikaans (South Africa) | |
agq | Aghem | |
agq_CM | Aghem (Cameroon) | |
ak | Akan | |
ak_GH | Akan (Ghana) | |
am | Amharic | |
am_ET | Amharic (Ethiopia) |
;(function(){ | |
if(window.moment === void 0) | |
return console.error("Moment.js must be loaded first"); | |
var cdnLink = 'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/locale/'; | |
var loaded = new Set(); | |
var available = ['af','ar-dz','ar-kw','ar-ly','ar-ma','ar-sa','ar-tn','ar','az','be','bg','bm','bn','bo','br','bs','ca','cs','cv','cy','da','de-at','de-ch','de','dv','el','en-au','en-ca','en-gb','en-ie','en-il','en-nz','en-SG','eo','es-do','es-us','es','et','eu','fa','fi','fo','fr-ca','fr-ch','fr','fy','ga','gd','gl','gom-latn','gu','he','hi','hr','hu','hy-am','id','is','it-ch','it','ja','jv','ka','kk','km','kn','ko','ku','ky','lb','lo','lt','lv','me','mi','mk','ml','mn','mr','ms-my','ms','mt','my','nb','ne','nl-be','nl','nn','pa-in','pl','pt-br','pt','ro','ru','sd','se','si','sk','sl','sq','sr-cyrl','sr','ss','sv','sw','ta','te','tet','tg','th','tl-ph','tlh','tr','tzl','tzm-latn','tzm','ug-cn','uk','ur','uz-latn','uz','vi','x-pseudo','yo','zh-cn','zh-hk','zh-tw']; | |
moment.lo |
Repl.it => https://replit.com/
First, you need to create a new project with Node.js runtime. Clone https://github.com/Blackprint/Blackprint.
Open the Console/Shell and let's clone the submodule
$ git clone --depth 1 --recurse https://github.com/Blackprint/engine-js ./engine-js