diff options
author | David Mehren | 2020-12-21 20:34:36 +0100 |
---|---|---|
committer | GitHub | 2020-12-21 20:34:36 +0100 |
commit | 96142bb21de80d313552471ee3b93e4c5254c66c (patch) | |
tree | d7ea658392f19fb51138b9ae956943eaaf705c5a /public | |
parent | 96fbee3f8678341c584d7ddf4e117b1a242f221e (diff) | |
parent | a11d45ce273ad8ba88b774f43d0f3febbb28de33 (diff) |
Merge pull request #633 from hedgedoc/fix-features-pdf-embed
Fix broken PDF embed in features page & explain embedding problems
Diffstat (limited to 'public')
-rw-r--r-- | public/docs/features.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index 378b81dd..6c16b265 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -246,7 +246,8 @@ When you’re a carpenter making a beautiful chest of drawers, you’re not goin #### PDF **Caution: this might be blocked by your browser if not using an `https` URL.** -{%pdf https://papers.nips.cc/paper/5346-sequence-to-sequence-learning-with-neural-networks.pdf %} +Note that not all servers allow embedding their content. See [our FAQ](https://hedgedoc.org/faq/#why-cant-i-embed-some-pdfs) for details. +{%pdf https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf %} ### MathJax |