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:
+11
@@ -0,0 +1,11 @@
|
||||
var table = require('../');
|
||||
var t = table([
|
||||
[ '0.1.2' ],
|
||||
[ '11.22.33' ],
|
||||
[ '5.6.7' ],
|
||||
[ '1.22222' ],
|
||||
[ '12345.' ],
|
||||
[ '5555.' ],
|
||||
[ '123' ]
|
||||
], { align: [ '.' ] });
|
||||
console.log(t);
|
||||
Reference in New Issue
Block a user