Precede Bootstrap lines of code with $

Buyantsog

New Member
I want my code to be preceded with a '$' like a command line prompt but make that '$' not part of the highlightable text.index.html\[code\]<pre class="pre-scrollable"> <span class="com">git clone https://github.com/vccabral/vagrant-django-template-1.git</span> <span class="com">cd vagrant-django-template-1</span> <span class="com">vagrant up</span> <span class="com">vagrant ssh</span> <span class="com">python -c "import this"</span> </pre> \[/code\]
 
Back
Top