File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33:author: Luciano Ramalho
44:lang: pt_BR
55:language: asciidoctor
6+ :source-highlighter: rouge
67include::../atributos-pt_BR.adoc[]
78:xrefstyle: short
89:sectnumlevels: 4
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e # exit when any command fails
3- asciidoctor -v $1 Livro.adoc -o index.html
3+ bundle exec asciidoctor -v Livro.adoc -o index.html
44open index.html
Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ id="repr01")))((("__mul__")))((("__add
443443[[ex_vector2d]]
444444.Uma classe simples para representar um vetor 2D.
445445====
446- [source, python3 ]
446+ [source, python ]
447447----
448448include::../code/01-data-model/vector2d.py[]
449449----
You can’t perform that action at this time.
0 commit comments