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

fixes bullet/list issues in AngularJS markdown #2534

Merged
merged 1 commit into from
Oct 31, 2016
Merged

fixes bullet/list issues in AngularJS markdown #2534

merged 1 commit into from
Oct 31, 2016

Conversation

edm00se
Copy link
Contributor

@edm00se edm00se commented Oct 30, 2016

  • PR touches only one file (or a set of logically related files with similar changes made)
  • Content changes are aimed at intermediate to experienced programmers (this is a poor format for explaining fundamental programming concepts)
  • YAML Frontmatter formatted according to CONTRIBUTING.md
    • Seriously, look at it now. Watch for quotes and double-check field names.

The last three of the above "tasks" don't seem to apply, this is a documentation change, specifically to an existing entry.

There looked to be some confused markdown usage; this has been corrected. For instance, in the first paragraph of the "What You Should Already Know", the list looks okay in the source markdown file on GitHub, but the rendered html page displayed the list items inline with the asterisk. There were a couple other locations, the section on filters and the footer, with resource links, where bolding an attempt at bolding some key words wasn't completed; the ones in the footer had a list of resources, but weren't actually rendered lists, converted.

Example, before, rendered html on live site:
screen shot 2016-10-30 at 7 51 03 am

* HTML
* CSS
* JavaScript

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line break is needed; I've run into trouble forgetting it before.

**lowercase: Format a string to lower case.
**orderBy: Orders an array by an expression.
**uppercase: Format a string to upper case.
- **currency**: Format a number to a currency format.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bolding text requires completion. I converted this to a list, as it looked to be one.

* http://www.w3schools.com/angular/angular_ref_directives.asp
* http://www.w3schools.com/angular/default.asp
* https://teamtreehouse.com/library/angular-basics/
- http://www.w3schools.com/angular/angular_ref_directives.asp
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More list conversion.

* CSS
* JavaScript

HTML
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this item not dash-prefixed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh... that's strange. I thought that was the first thing I did, as it's what I first noticed. One minute, I'll have it corrected.

There looked to be some confused markdown usage; this has been corrected.
* CSS
* JavaScript

- HTML
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vendethiel the missing dash prefix is now in place. :-|

@vendethiel vendethiel merged commit 0401e0d into adambard:master Oct 31, 2016
@vendethiel
Copy link
Collaborator

Thank you for triple and quadruple checking

@edm00se edm00se deleted the patch-1 branch October 31, 2016 00:41
23Pstars pushed a commit to 23Pstars/learnxinyminutes-docs that referenced this pull request Feb 11, 2017
There looked to be some confused markdown usage; this has been corrected.
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