stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
924 stars 87 forks source link

draw mac80211 in rectangle `c802` parse as color #76

Open Allinaent opened 1 year ago

Allinaent commented 1 year ago
  1. I use latex ctan package ditaa, draw mac80211 in rectangle, but c802 parse as color.
  +----------+
  | mac80211 |
  +----------+
  1. The result is picture below: image

  2. Is there any general escape method to solve problems like 'o' or 'cXXX'?