|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before:
$ make
markdown guides/shell-workshop/index.mdwn | ssic -o guides/shell-workshop/index.html -D DOCUMENT_BASE= -D MEDIA_BASE= -
ssic: Warning: Operator or semicolon missing before ® at (eval 9) line 1, <STDIN> line 91.
ssic: Warning: Ambiguous use of & resolved as operator & at (eval 9) line 1, <STDIN> line 91.
ssic: Warning: Operator or semicolon missing before ® at (eval 12) line 1, <STDIN> line 91.
ssic: Warning: Ambiguous use of & resolved as operator & at (eval 12) line 1, <STDIN> line 91.
After:
$ make
markdown guides/shell-workshop/index.mdwn | ssic -o guides/shell-workshop/index.html -D DOCUMENT_BASE= -D MEDIA_BASE= -
|