From 4e79404d4b55f9712972dd3fbd6c52dfc0d1e164 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 19 Sep 2019 18:03:40 +0200 Subject: [PATCH] Fix the link in the doc website Markdown syntax is not parsed inside an HTML table. --- docs/contents/getting_started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contents/getting_started/index.md b/docs/contents/getting_started/index.md index d060879267378..3c30a2bde26a1 100644 --- a/docs/contents/getting_started/index.md +++ b/docs/contents/getting_started/index.md @@ -21,7 +21,7 @@ Before downloading PDF.js please take a moment to understand the different layer Core - The core layer is where a binary PDF is parsed and interpreted. This layer is the foundation for all subsequent layers. It is not documented here because using it directly is considered an advanced usage and the API is likely to change. For an example of using the core layer see the [PDF Object Browser](https://github.com/brendandahl/pdf.js.utils/tree/master/browser) + The core layer is where a binary PDF is parsed and interpreted. This layer is the foundation for all subsequent layers. It is not documented here because using it directly is considered an advanced usage and the API is likely to change. For an example of using the core layer see the PDF Object Browser. @@ -30,7 +30,7 @@ Before downloading PDF.js please take a moment to understand the different layer Viewer - The viewer is built on the display layer and is the UI for PDF viewer in Firefox and the other browser extensions within the project. It can be a good starting point for building your own viewer. *However, we do ask if you plan to embed the viewer in your own site, that it not just be an unmodified version. Please re-skin it or build upon it.* + The viewer is built on the display layer and is the UI for PDF viewer in Firefox and the other browser extensions within the project. It can be a good starting point for building your own viewer. However, we do ask if you plan to embed the viewer in your own site, that it not just be an unmodified version. Please re-skin it or build upon it.