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

Feature: Terminal should support Typesetting #7

Open
10 tasks
denzuko opened this issue Nov 9, 2017 · 0 comments
Open
10 tasks

Feature: Terminal should support Typesetting #7

denzuko opened this issue Nov 9, 2017 · 0 comments

Comments

@denzuko
Copy link
Collaborator

denzuko commented Nov 9, 2017

In order to improve readability of text on the terminal
As a user
I want to be able to markup text
So that I can add basic Typesetting to my documents

Scenario: Bold typesetting

  • Given a block of text is specified as bold
    When text is print to the terminal the select text should stand out as bold

Scenario: Underlined typesetting

  • Given a block of text is specified as to be underlined
    When text is print to the terminal the select text should have a line under the characters

Scenario: Italic typesetting

  • Given a block of text is specified as emphasized
    When text is print to the terminal the select text should have slanted characters

Scenario: Supported markdown formatting

  • Given I write my text with Markdown formatting
    When text is print to the terminal the contents should be parsed for typesetting

Acceptance Criteria

  • Should not break existing functionality
  • Should meet all scenario criteria
  • Should have Bold typesetting
  • Should have Underlined typesetting
  • Should have Italic typesetting
  • Should have Markdown typeset parsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant