Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab Docs for Choi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
heywon.choi
SWLab Docs for Choi
Commits
4ea480ec
Commit
4ea480ec
authored
May 26, 2024
by
heywon.choi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
빌드 경고 수정
parent
9a4f1d4e
Pipeline
#19005
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
07codedescription.adoc
...dules/ROOT/pages/guide-like-bgbook/07codedescription.adoc
+2
-2
No files found.
getting-started/modules/ROOT/pages/guide-like-bgbook/07codedescription.adoc
View file @
4ea480ec
...
@@ -37,9 +37,9 @@ Callouts를 사용하는 경우 본문 형태는 다음과 같다.
...
@@ -37,9 +37,9 @@ Callouts를 사용하는 경우 본문 형태는 다음과 같다.
****
****
[source,ruby]
[source,ruby]
----
----
require 'sinatra'
\
<1>
require 'sinatra' <1>
get '/hi' do
\<2> \
<3>
get '/hi' do
<2>
<3>
"Hello World!"
"Hello World!"
end
end
----
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment