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

Investigate more use of Markdown syntax #42

Open
3 of 4 tasks
Clashsoft opened this issue May 15, 2019 · 0 comments
Open
3 of 4 tasks

Investigate more use of Markdown syntax #42

Clashsoft opened this issue May 15, 2019 · 0 comments
Labels
question Further information is requested

Comments

@Clashsoft
Copy link
Member

Clashsoft commented May 15, 2019

Some ideas:

  • Literal Strings with backticks: rejected, code snippets are a better use.
    We expect that Albert has name `Albert`.
  • Literal Strings with italics: rejected, declarations are a better use.
    We expect that Albert has name *Albert*.
  • Comments with blockquotes: implemented with Blockquotes to Java comments #207
    > this is a comment.
    
    This is not.
  • Declaring new attributes/associations with italics:
    There is a *City* with *name* Kassel.
    Kassel has *postcode* 12345.
@Clashsoft Clashsoft added the question Further information is requested label Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant