Skip to content
New issue

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

Correct typos, change default output extensions and replace invalid characters from node name #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2021

  1. Fixed typo, replaced semi-colons, set output extension

    Typo in concentrate option, semi-colons are not accepted in brackets, default extension for grapvhiz files is .gv or .dot.
    ba-tno authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3fc287e View commit details
    Browse the repository at this point in the history
  2. Replace dash with underscore

    Grapvhiz does not like dashes in node names, therefore I replace them with underscores
    ba-tno authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9ae0344 View commit details
    Browse the repository at this point in the history
  3. Replace dash in table name

    ba-tno authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9251fd4 View commit details
    Browse the repository at this point in the history