Skip to content

Commit dd698d9

Browse files
Merge pull request #478 from dynamsoft-docs/preview
Update barcode-scanner.md to adjust comment formatting and improve cl…
2 parents 946eac9 + e0b0d57 commit dd698d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ description: Dynamsoft Barcode Scanner User Guide
1111
# Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript
1212

1313
<!-- Don't forget to add the TOC & update license section, which is useful for npm README.-->
14-
- [Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript](#build-a-web-based-barcode-scanner-using-just-a-few-lines-of-javascript)
14+
<!-- - [Build a Web-Based Barcode Scanner Using Just a Few Lines of JavaScript](#build-a-web-based-barcode-scanner-using-just-a-few-lines-of-javascript)
1515
- [License](#license)
1616
- [Quick Start: Hello World Example](#quick-start-hello-world-example)
1717
- [Step 1: Setting up the HTML and Including the Barcode Scanner](#step-1-setting-up-the-html-and-including-the-barcode-scanner)
1818
- [Step 2: Initializing the Barcode Scanner](#step-2-initializing-the-barcode-scanner)
1919
- [Step 3: Launching the Barcode Scanner](#step-3-launching-the-barcode-scanner)
20-
- [Next Steps](#next-steps)
20+
- [Next Steps](#next-steps) -->
2121

2222
This user guide provides a step-by-step walkthrough of a "Hello World" web application using the `BarcodeScanner` JavaScript Edition.
2323

@@ -54,11 +54,11 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
5454
5555
## License
5656

57-
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js)
57+
<!-- When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=guide&package=js) -->
5858

59-
<!-- When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
59+
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
6060

61-
{% include trialLicense.html %} -->
61+
{% include trialLicense.html %}
6262

6363
## Quick Start: Hello World Example
6464

0 commit comments

Comments
 (0)