diff options
| author | Shulhan <ms@kilabit.info> | 2021-07-26 22:47:43 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-07-26 22:47:43 +0700 |
| commit | 765e1f6a9bdac081fee70362542ce72e14a0abb5 (patch) | |
| tree | 839331f00e7d9bb17792ac7ae5d84b23e1e0213a /editor/example.html | |
| parent | d22ecec866f9da676ed6a5b06a6089770ae1139d (diff) | |
| download | pakakeh.ts-765e1f6a9bdac081fee70362542ce72e14a0abb5.tar.xz | |
editor: add support to move arrow up and down between text
Diffstat (limited to 'editor/example.html')
| -rw-r--r-- | editor/example.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/example.html b/editor/example.html index ac45e60..6688435 100644 --- a/editor/example.html +++ b/editor/example.html @@ -35,6 +35,7 @@ border-color: lightblue; border-width: 0px; border-style: solid; + white-space: pre-wrap; } </style> </head> @@ -66,10 +67,10 @@ path: path, content: `mkdir -p \${HOME}/aur/stackdriver-collectd -git -C \${HOME}/aur/stackdriver-collectd clone \ +git -C \${HOME}/aur/stackdriver-collectd clone \\ ssh://aur@aur.archlinux.org/stackdriver-collectd.git . -sh -c "cd \${HOME}/aur/stackdriver-collectd; \ +sh -c "cd \${HOME}/aur/stackdriver-collectd; \\ makepkg --force --install --noconfirm" pacman -Ql stackdriver-collectd |
