Skip to content

Commit

Permalink
docs: update github syntax of note (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jun 10, 2024
1 parent 5ec39ff commit 186800c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ Options for CoffeeScript. All possible options you can find [here](https://coffe

Documentation for the `transpile` option you can find [here](https://coffeescript.org/#transpilation).

> **Note**
> [!NOTE]
>
> The `sourceMap` option takes a value from the `compiler.devtool` value by default.
> **Note**
> [!NOTE]
>
> The `filename` option takes a value from webpack loader API. The option value will be ignored.
Expand Down Expand Up @@ -138,7 +138,7 @@ module.exports = {

From CoffeeScript 2 documentation:

> **Note**
> [!NOTE]
>
> CoffeeScript 2 generates JavaScript that uses the latest, modern syntax.
> The runtime or browsers where you want your code to run might not support all of that syntax.
Expand Down

0 comments on commit 186800c

Please sign in to comment.