Sha256: fe31a73840f0243f5c56bb75777808aac3fbc3870d235803cdc3ec5b4ed772f3

Contents?: true

Size: 1.16 KB

Versions: 13

Compression:

Stored size: 1.16 KB

Contents

%== .basic ==%
\begin{verbatim}
echo -n "Please enter your name: "
read name
echo "Hello, $name!"
\end{verbatim}

%== .basic_with_title ==%
\begin{verbatim}
echo -n "Please enter your name: "
read name
echo "Hello, $name!"
\end{verbatim}

%== .basic_nowrap ==%
\begin{verbatim}
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
\end{verbatim}

%== .basic_with_id_and_role ==%
\begin{verbatim}
echo -n "Please enter your name: "
read name
echo "Hello, $name!"
\end{verbatim}

%== .source ==%
\begin{verbatim}
5.times do
print "Odelay!"
end
\end{verbatim}

%== .source_with_title ==%
\begin{verbatim}
5.times do
print "Odelay!"
end
\end{verbatim}

%== .source_with_language ==%
\begin{verbatim}
5.times do
print "Odelay!"
end
\end{verbatim}

%== .source_nowrap ==%
\begin{verbatim}
public class ApplicationConfigurationProvider extends HttpConfigurationProvider {
public Configuration getConfiguration(ServletContext context) {
return ConfigurationBuilder.begin()
.addRule()
.when(Direction.isInbound().and(Path.matches("/{path}")))
.perform(Log.message(Level.INFO, "Client requested path: {path}"))
.where("path").matches(".*");
}
}
\end{verbatim}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
asciidoctor-latex-1.5.0.17.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.16.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.15.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.14.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.13.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.12.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.11.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.10.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.9.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.8b.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.7.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.5.dev test/examples/tex/block_listing.tex
asciidoctor-latex-1.5.0.4.dev test/examples/tex/block_listing.tex