aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/hold_position!/index.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-02-09 04:54:03 +0000
committerAkshay <[email protected]>2020-02-09 04:54:03 +0000
commit359a92f770e621828e628f319290bb5736b1f67b (patch)
treec4c4e5168c22ac13cd62c2ee03ef1a4334aa10fc /docs/posts/hold_position!/index.html
parent75c5c6044170bd6cc23502a6f40f15378269b3d1 (diff)
new styles, new post!
Diffstat (limited to 'docs/posts/hold_position!/index.html')
-rw-r--r--docs/posts/hold_position!/index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/posts/hold_position!/index.html b/docs/posts/hold_position!/index.html
index 54d9b72..8cc77fe 100644
--- a/docs/posts/hold_position!/index.html
+++ b/docs/posts/hold_position!/index.html
@@ -10,6 +10,7 @@
10 <meta property="og:type" content="website"> 10 <meta property="og:type" content="website">
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://peppe.rs"> 12 <meta property="og:url" content="https://peppe.rs">
13 <link rel="icon" type="image/x-icon" href="/favicon.png">
13 <title>Hold Position! - peppe.rs</title> 14 <title>Hold Position! - peppe.rs</title>
14 <body> 15 <body>
15 <div class="posts"> 16 <div class="posts">
@@ -50,11 +51,11 @@ none of which concern us.</p>
50our view, and restore it once its done, with <code>winrestview</code>.</p> 51our view, and restore it once its done, with <code>winrestview</code>.</p>
51 52
52<pre><code>let view = winsaveview() 53<pre><code>let view = winsaveview()
53s/\s\+$//gc &quot; find and (confirm) replace trailing blanks 54s&#47;\s\+$&#47;&#47;gc &#34; find and (confirm) replace trailing blanks
54winrestview(view) &quot; restore our original view! 55winrestview(view) &#34; restore our original view!
55</code></pre> 56</code></pre>
56 57
57<p>It might seem a little overkill in the above example, just use &#8220; (double 58<p>It might seem a little overkill in the above example, just use `` (double
58backticks) instead, but it comes in handy when you run your file through 59backticks) instead, but it comes in handy when you run your file through
59heavier filtering.</p> 60heavier filtering.</p>
60 61