You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This style guide evolves over time as additional conventions are identified and
34
34
ifdef::env-github[]
35
35
You can generate a PDF copy of this guide using https://asciidoctor.org/docs/asciidoctor-pdf/[AsciiDoctor PDF], and an HTML copy https://asciidoctor.org/docs/convert-documents/#converting-a-document-to-html[with] https://asciidoctor.org/#installation[AsciiDoctor] using the following commands:
36
36
37
-
[source,shell]
37
+
[source,console]
38
38
----
39
39
# Generates README.pdf
40
40
asciidoctor-pdf -a allow-uri-read README.adoc
@@ -47,7 +47,7 @@ asciidoctor README.adoc
47
47
====
48
48
Install the `rouge` gem to get nice syntax highlighting in the generated document.
49
49
50
-
[source,shell]
50
+
[source,console]
51
51
----
52
52
gem install rouge
53
53
----
@@ -214,7 +214,7 @@ Use Unix-style line endings.footnote:[*BSD/Solaris/Linux/macOS users are covered
214
214
====
215
215
If you're using Git you might want to add the following configuration setting to protect your project from Windows line endings creeping in:
0 commit comments