https://daringfireball.net/projects/markdown/syntax#precode
syntax
\*literal asterisks\*
output
*literal asterisks*
| # EditorConfig helps keep your project formatting consistent. | |
| # See https://EditorConfig.org | |
| # | |
| # This is a modified version of the WordPress coding standards. | |
| # | |
| # Author: Sal Ferrarello (@salcode) | |
| # https://salferrarello.com/wordpress-editorconfig/ | |
| # | |
| # You can download this file directly | |
| # to your project from the command-line with |
| //////////////////////////////// | |
| // Setup | |
| //////////////////////////////// | |
| // Gulp and package | |
| const { src, dest, parallel, series, watch } = require("gulp"); | |
| const pjson = require("./package.json"); | |
| // Plugins | |
| const postcssimport = require("postcss-import"); |
https://daringfireball.net/projects/markdown/syntax#precode
syntax
\*literal asterisks\*
output
*literal asterisks*
Content :