diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 191ec0a51966..62346a9cbfd4 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -15,4 +15,4 @@ jobs: with: fail: true # removed md files that include liquid tags - args: --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --verbose --no-progress './**/*.md' './**/*.html' \ No newline at end of file + args: --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --verbose --no-progress './**/*.md' './**/*.html' \ No newline at end of file diff --git a/_posts/2018-12-22-distill.md b/_posts/2018-12-22-distill.md index dc134cf8a5de..6fa2e8d8002b 100644 --- a/_posts/2018-12-22-distill.md +++ b/_posts/2018-12-22-distill.md @@ -129,7 +129,7 @@ return x \* x; You can add interative plots using plotly + iframes :framed_picture:
- +
The plot must be generated separately and saved into an HTML file.