From 93b5812d3a4ad0b146cbf3d92e51e78ebc814217 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 6 Mar 2020 22:26:50 +0800 Subject: [PATCH] Syntax highlight README HTML sample --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81a7d240..8699f47b 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,14 @@ This is a library to generate and consume the source map format ## Use on the Web - - - +```html + + +``` --- @@ -813,3 +814,4 @@ node.toStringWithSourceMap({ file: "my-output-file.js" }); // { code: 'unodostresquatro', // map: [object SourceMapGenerator] } ``` +