Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4069bafd52 | |||
| 9dbd41392e |
@@ -10,7 +10,7 @@
|
|||||||
_kewt_ is a minimalist ssg inspired by _[werc](http://werc.cat-v.org/)_ and _[kew](https://github.com/uint23/kew)_
|
_kewt_ is a minimalist ssg inspired by _[werc](http://werc.cat-v.org/)_ and _[kew](https://github.com/uint23/kew)_
|
||||||
|
|
||||||
|
|
||||||
## [Installation](https://kewt.krzak.org/#Installation)
|
## [Installation](https://kewt.krzak.org/#installation)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ BEGIN {
|
|||||||
in_pre = 0
|
in_pre = 0
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
if ($0 ~ /^<pre><code>/) {
|
if ($0 ~ /^<pre><code/) {
|
||||||
in_pre = 1
|
in_pre = 1
|
||||||
if (has_prev && prev != "") { print_header(prev); has_prev = 0 }
|
if (has_prev && prev != "") { print_header(prev); has_prev = 0 }
|
||||||
print
|
print
|
||||||
|
|||||||
Reference in New Issue
Block a user