Commit 2e4c0aee authored by 박민석's avatar 박민석

하이라이트 테스트 <pre><code> tag로 감싸기

parent 7ed7d307
......@@ -328,11 +328,13 @@ Caused by: HttpError: HTTP Error: 401 HTTP Basic: Access Denied
....
[source,ruby]
----
<pre><code>
require 'sinatra' \<1>
get '/hi' do \<2> \<3>
"Hello World!"
end
</pre></code>
----
<1> Library import
<2> URL mapping
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment