-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use asciidoc italics as signal to turn on Screen Text [Packt] * Update README with new materials Resolves #20
- Loading branch information
Showing
3 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
asciidoctor README.adoc | ||
asciidoctor -T slim -b packt README.adoc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
- case @type | ||
- when :strong | ||
/ the double underscore is escaped so it doesn't get interpretted as an unconstrained emphasis | ||
text:span text:style-name="Key_20_Word_20_5b_PACKT_5d_" | ||
=text | ||
- when :monospaced | ||
text:span text:style-name="Code_20_In_20_Text_20_5b_PACKT_5d_" | ||
=text | ||
- when :emphasis | ||
=text | ||
text:span text:style-name="Screen_20_Text_20_5b_PACKT_5d_" | ||
=text | ||
- else | ||
text:span text:style="strong" data-style="else" | ||
=text |