We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d743a39 commit 6529f63Copy full SHA for 6529f63
Makefile
@@ -18,7 +18,7 @@ render_md: src/render_md.cr
18
style.css: assets/style.css Makefile
19
(cat assets/style.css && \
20
echo '/* https://github.com/sindresorhus/github-markdown-css */' && \
21
- curl https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.css | sed 's/\.markdown-body/article/' \
+ curl https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.css | sed -E 's/^ *\.markdown-body \{/body, article {/; s/\.markdown-body/article/' \
22
) >style.css
23
24
lib: shard.lock
0 commit comments