On 5 September 2012 08:55, Michael Holm <[email protected]> wrote: > Hi, > > I have a problem i have this text: > > [source,shell] > cat > /etc/yum.repos.d/MariaDB.repo <<EOF > [mariadb] > name = MariaDB > baseurl = http://yum.mariadb.org/5.5/centos6-amd64/ > gpgcheck=1 > EOF >
Hi, Use a listing block. [source,shell] ---- etc [mariadb] etc ---- Cheers Lex > As you can see i have put the [mariadb] with a whitespace in front.. i > cannot find any way im able to start a line with [, then asciidoc will parse > the result.. and that not really what i want.. i just want some text in this > square bracket.. > > Any suggestions? > > Best regards, > Michael Holm > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/asciidoc/-/JnCcKcMu2t4J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
