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

Minor formatting changes #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

waffle-stomper
Copy link

Fixes #26

  • Add quotes around 'input' and 'output' on lines 29 and 30
  • Remove defunct 'g' option from line 75

 - Add quotes around 'input' and 'output' on lines 29 and 30
 - Remove defunct 'g' option from line 75
@ProgrammerDan
Copy link

If I'm understanding the reported issue, the presence of the < and > is confusing folks as well, since those characters must not be present in the issue commands but the docs make them seem required.

@waffle-stomper
Copy link
Author

It's possible that I'm misunderstanding the issue, but I think they're referencing the fact that this (on lines 29 and 30):

use **/iec <input or output>**

Renders incorrectly as this:

use /iec

Note that this only occurs in gmlaxfanatic's repo that the user linked to. The Civcraft repo version is quoted with the `` characters like this:

use **`/iec <input or output>`**

And renders correctly as:

use /iec <input or output>

@ProgrammerDan
Copy link

OH, you're probably completely right.

@waffle-stomper
Copy link
Author

Either way, it might still be worth converting all of the angle bracket notation to something that's easier for mortals to understand.

@ProgrammerDan
Copy link

:D yes, also true. Feel free :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants