Skip to content

Commit

Permalink
Docs: Fix underscores to italic in markdown (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob authored and benhalpern committed Sep 12, 2018
1 parent 91f9903 commit a434617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/addl-tech.md
Expand Up @@ -8,7 +8,7 @@
* We use _Timber_ for logging
* We use [_Delayed Job_](https://github.com/collectiveidea/delayed_job) for background workers
* We use _Algolia_ for search
* We use [\_Redcarpet](https://github.com/vmg/redcarpet) and [Rouge\_](https://github.com/jneen/rouge) for Markdown
* We use [_Redcarpet_](https://github.com/vmg/redcarpet) and [_Rouge_](https://github.com/jneen/rouge) for Markdown
* We use _[Carrierwave](https://github.com/carrierwaveuploader/carrierwave)/Fog/AWS S3_ for image upload/storage
* We use a modified version of [_InstantClick_](http://instantclick.io/) instead of _Turbolinks_
* We are hosted on _Heroku_
Expand Down

0 comments on commit a434617

Please sign in to comment.