mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
remove br tags
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
# > Hello, World!
|
||||
# ```
|
||||
#
|
||||
# <br/>
|
||||
#
|
||||
# ### A Simple Web Server
|
||||
#
|
||||
# `server.js`:
|
||||
@@ -30,8 +28,6 @@
|
||||
# });
|
||||
# ```
|
||||
#
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# node server.js
|
||||
# ```
|
||||
@@ -45,8 +41,6 @@
|
||||
# npm install --save express
|
||||
# ```
|
||||
#
|
||||
# <br/>
|
||||
#
|
||||
# `app.js`:
|
||||
#
|
||||
# ```js
|
||||
@@ -62,8 +56,6 @@
|
||||
# module.exports = app;</code></pre>
|
||||
# ```
|
||||
#
|
||||
# <br/>
|
||||
#
|
||||
# `server.js`:
|
||||
#
|
||||
# ```js
|
||||
@@ -77,8 +69,6 @@
|
||||
# });
|
||||
# ```
|
||||
#
|
||||
# <br/>
|
||||
#
|
||||
# ```bash
|
||||
# npm start
|
||||
# ```
|
||||
|
||||
Reference in New Issue
Block a user