From 8d718164ef35b13a3844ac42250aa0e82e19ee20 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 4 Apr 2015 18:54:19 +0200 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributing.md b/Contributing.md index 3a0415c..d0c8da2 100644 --- a/Contributing.md +++ b/Contributing.md @@ -19,7 +19,7 @@ Below is an overview of how to contribute code to the PDF.js project. The basic If you develop on Windows, read [[Setting up pdf.js Development Environment for Windows]]. For font or performance testing you will need [Python](http://www.python.org/download/), which is also included with mozilla-build for Windows. -**Before you make any changes to the code you will probably want jump down to [Generating reference images](#ref-images) to create the reference snapshot images so you can run the test framework and check for regressions.** +***Before you make any changes to the code you will probably want jump down to [Generating reference images](#ref-images) to create the reference snapshot images so you can run the test framework and check for regressions.*** If you are familiar with GitHub and creating feature branches you can skip down to [Run lint and testing](#lint). @@ -65,7 +65,7 @@ node make lint ``` The first time you run the command above, the linting tool `jshint` will be automatically installed in the PDF.js folder. -***Protip***: If you are a Vim user, then install [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736) and add the following line to your `.vimrc`: +**Protip**: If you are a Vim user, then install [Syntastic](http://www.vim.org/scripts/script.php?script_id=2736) and add the following line to your `.vimrc`: ``` let g:syntastic_javascript_checker = "jshint"