We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to generate a picture for the following diagram:
+-----------------------------------------------+ |15|14|13|12|11|10| 9| 8| 7| 6| 5| 4| 3| 2| 1| 0| +-----------------------------------------------+
The image that is displayed is the following:
This could probably be fixed under issue #38 or something similar.
The text was updated successfully, but these errors were encountered:
I'm guessing what you would do is following, with -E option of ditaa.
-E
ditaa
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ |15|14|13|12|11|10| 9| 8| 7| 6| 5| 4| 3| 2| 1| 0| +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
And if you want to center a text in each cell on top of that, it will be a duplicate of #38 , I think.
Sorry, something went wrong.
No branches or pull requests
I am trying to generate a picture for the following diagram:
The image that is displayed is the following:
This could probably be fixed under issue #38 or something similar.
The text was updated successfully, but these errors were encountered: