From 088c03323a75fea45a71b17548a5673dbf67f01d Mon Sep 17 00:00:00 2001 From: Mikejo5001 Date: Tue, 26 Apr 2016 13:30:38 -0700 Subject: [PATCH 1/2] fixed some bad formatting that hid HTML tags --- jsdoc2md/TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc2md/TEMPLATE.md b/jsdoc2md/TEMPLATE.md index d55410749..052c0c594 100644 --- a/jsdoc2md/TEMPLATE.md +++ b/jsdoc2md/TEMPLATE.md @@ -274,7 +274,7 @@ function displayImage(imgUri) { } ``` -To display the image on some platforms, you might need to include the main part of the URI in the Content-Security-Policy element in index.html. For example, on Windows 10, you can include `ms-appdata:` in your element. Here is an example. +To display the image on some platforms, you might need to include the main part of the URI in the Content-Security-Policy `` element in index.html. For example, on Windows 10, you can include `ms-appdata:` in your `` element. Here is an example. ```html From 0c1127ec22e7dd62f1e8d2b558d40f9683fecf70 Mon Sep 17 00:00:00 2001 From: Mikejo5001 Date: Tue, 3 May 2016 11:26:42 -0700 Subject: [PATCH 2/2] added link to sample --- README.md | 12 +++++++----- jsdoc2md/TEMPLATE.md | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1aaefb0f4..7379a11d8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Although the object is attached to the global scoped `navigator`, it is not avai console.log(navigator.camera); } +> To get a few ideas how to use the plugin, check out the [sample](#sample) at the bottom of this page or go straight to the [reference](#reference) content. + ## Installation @@ -298,11 +300,11 @@ Matches iOS UIPopoverArrowDirection constants to specify arrow location on popov | Name | Type | Default | | --- | --- | --- | -| ARROW_UP | number | 1 | -| ARROW_DOWN | number | 2 | -| ARROW_LEFT | number | 4 | -| ARROW_RIGHT | number | 8 | -| ARROW_ANY | number | 15 | +| ARROW_UP | number | 1 | +| ARROW_DOWN | number | 2 | +| ARROW_LEFT | number | 4 | +| ARROW_RIGHT | number | 8 | +| ARROW_ANY | number | 15 | ### Camera.Direction : enum diff --git a/jsdoc2md/TEMPLATE.md b/jsdoc2md/TEMPLATE.md index 052c0c594..64bce3204 100644 --- a/jsdoc2md/TEMPLATE.md +++ b/jsdoc2md/TEMPLATE.md @@ -15,7 +15,7 @@ the system's image library. --- -# API Reference +# API Reference {{#orphans~}} {{>member-index}}