From 120bfaee801af965af6adc279cb51020bd17d26d Mon Sep 17 00:00:00 2001 From: nckroy Date: Sat, 3 Mar 2018 10:19:11 -0700 Subject: [PATCH] maybe fixing code blocks? --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c849d02..ab7928e 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ InCommon Incident Handling Framework document in asciidoc format 3. asciidoctor-pdf ## Rendering ### HTML -` -asciidoctor main.adoc -o docs/index.html -git commit docs/index.html -git push origin master -` +``` +asciidoctor main.adoc -o docs/index.html +git commit docs/index.html +git push origin master +``` To view the rendered HTML, visit: https://github.internet2.edu/pages/internet2/inc-incident-handling-fx/ ### PDF -` -asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf -` +``` +asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf +```