Sha256: 51fa1b7b19de818bed40c941a8b6c1deddac0455d8f0295c7a1b84910d52922b

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 Bytes

Contents

// .basic
[why]#chunky bacon#

// .emphasis
_chunky bacon_

// .emphasis-with-role
[why]_chunky bacon_

// .strong
*chunky bacon*

// .strong-with-role
[why]*chunky bacon*

// .monospaced
`hello world!`

// .monospaced-with-role
[why]`hello world!`

// .superscript
^super^chunky bacon

// .superscript-with-role
[why]^super^chunky bacon

// .subscript
~sub~chunky bacon

// .subscript-with-role
[why]~sub~chunky bacon

// .mark
#chunky bacon#

// .double
"`chunky bacon`"

// .double-with-role
[why]"`chunky bacon`"

// .single
'`chunky bacon`'

// .single-with-role
[why]'`chunky bacon`'

// .asciimath
asciimath:[sqrt(4) = 2]

// .latexmath
latexmath:[$C = \alpha + \beta Y^{\gamma} + \epsilon$]

// .with-id
[#why]_chunky bacon_

// .mixed-monospace-bold-italic
`*_monospace bold italic phrase_*` and le``**__tt__**``ers

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-doctest-2.0.0.beta.5 data/examples/asciidoc/inline_quoted.adoc
asciidoctor-doctest-2.0.0.beta.4 data/examples/asciidoc/inline_quoted.adoc
asciidoctor-doctest-2.0.0.beta.3 data/examples/asciidoc/inline_quoted.adoc