From 0e54e7340d8622f5925b3e25623ec62b84b304f0 Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sat, 19 Sep 2015 11:27:17 -0700 Subject: [PATCH] wrap in code block --- layouts/download-releases.hbs | 2 +- locale/en/download/releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/download-releases.hbs b/layouts/download-releases.hbs index 806894c57c0c7..45422eabf07f3 100644 --- a/layouts/download-releases.hbs +++ b/layouts/download-releases.hbs @@ -49,7 +49,7 @@ {{/project.versions}} -

{{modules}}

+

{{{modules}}}

diff --git a/locale/en/download/releases.md b/locale/en/download/releases.md index 8d52c1b318ad1..d30764f310e7c 100644 --- a/locale/en/download/releases.md +++ b/locale/en/download/releases.md @@ -3,5 +3,5 @@ layout: download-releases.hbs title: Previous Releases iojs: intro: "Releases 1.x through 3.x were called \"io.js\" as they were part of the io.js fork. As of Node.js 4.0.0 the former release lines of io.js converged with Node.js 0.12.x into unified Node.js releases." -modules: "\"Modules\" refers to the ABI (application binary interface) version number of Node.js, used to determine which versions of Node.js compiled C++ add-on binaries can be loaded in to without needing to be re-compiled. This version number is also referred to as NODE_MODULE_VERSION." +modules: "\"Modules\" refers to the ABI (application binary interface) version number of Node.js, used to determine which versions of Node.js compiled C++ add-on binaries can be loaded in to without needing to be re-compiled. This version number is also referred to as NODE_MODULE_VERSION." ---