Scrapbox:使

Scrapbox使
// JavaScript
// Google`+site:scrapbox.io` scrapbox.io
// 便
scrapbox.PopupMenu.addButton({
title: 'Gs',
onClick: text => window.open('https://www.google.com/search?q='
+ text.replace(/\[|\]/g,"")
+ ' site:scrapbox.io'
)
})
cf.UserScript --

CSS
/* CSS */
body {
/* */
background-color: black;
/* */
background-image: url(https://i.gyazo.com/6c9dd76ad4607143ea616014f8a7cfe8.jpg);
}
cf.UserCSS --

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="5 5 10 10" width="100" height="100">
<circle cx="10" cy="10" r="5" fill="#c44" />
</svg>

Python
print('Hello Scrapbox World. Colaboratory')

Colaboratory
$ !curl -s https://scrapbox.io/api/code/suto3/Colaboratory/hello.py | python

C
#include <stdio.h>
int main(void)
{
printf("Hello, Scrapbox world!\n");
return 0;
}

$ curl -s https://scrapbox.io/api/code/suto3/Scrapbox:%E3%83%9A%E3%83%BC%E3%82%B8%E4%B8%8A%E3%81%AEC%E8%A8%80%E8%AA%9E%E3%81%AE%E3%82%BD%E3%83%BC%E3%82%B9%E3%82%92%E3%82%B3%E3%83%B3%E3%83%91%E3%82%A4%E3%83%AB%E3%81%99%E3%82%8B/hello.c | gcc -xc - -o hello
$ ./hello

[
{
"Name" : "",
"Description" : "",
}
]

a 1 100
b 2 200
cf.Scrapbox:pre
[] 使
  

inicf.Scrapbox:
[section1]
name=value
; comment text
[section2]
name=
;

H1
==================
1.
1.
1.
H2
---------------------------------