mirror of
https://codeberg.org/Kankys/NewLukasBlog.git
synced 2026-04-28 09:30:28 +00:00
update socials section
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ 'beep', '1024' ],
|
||||
[ 'boop', '334.212' ],
|
||||
[ 'foo', '1006' ],
|
||||
[ 'bar', '45.6' ],
|
||||
[ 'baz', '123.' ]
|
||||
], { align: [ 'l', '.' ] });
|
||||
console.log(t);
|
||||
Reference in New Issue
Block a user