diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-18 12:14:31 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-18 12:14:31 +0200 |
commit | 47b471dfa9024555e926ae1e8feef00be2beef90 (patch) | |
tree | 6072b79af7ede918e46c393b43ff43adca11fa88 /microposts | |
parent | 5bd081bfc862c2cbb0835420f0329988816e511f (diff) |
minor edit
Diffstat (limited to 'microposts')
-rw-r--r-- | microposts/colah-blog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microposts/colah-blog.md b/microposts/colah-blog.md index 4ebbee5..10b9df4 100644 --- a/microposts/colah-blog.md +++ b/microposts/colah-blog.md @@ -1,4 +1,4 @@ --- date: 2018-05-18 --- -[colah's blog](https://colah.github.io/) has a cool feature that allows you to comment on any paragraph. Here's an [example](https://colah.github.io/posts/2015-08-Understanding-LSTMs/). If it is doable on a static site hosted on Github pages, I suppose it shouldn't be too hard to implement. This also seem to work more seamlessly than [Fermat's Library](https://fermatslibrary.com/), because the latter has to embed pdfs in webpages. Now fantasy time: imagine that one day arXiv shows html versions of papers (through author uploading or conversion from TeX) with this feature. +[colah's blog](https://colah.github.io/) has a cool feature that allows you to comment on any paragraph of a blog post. Here's an [example](https://colah.github.io/posts/2015-08-Understanding-LSTMs/). If it is doable on a static site hosted on Github pages, I suppose it shouldn't be too hard to implement. This also seems to work more seamlessly than [Fermat's Library](https://fermatslibrary.com/), because the latter has to embed pdfs in webpages. Now fantasy time: imagine that one day arXiv shows html versions of papers (through author uploading or conversion from TeX) with this feature. |