-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Conversation
* HTML | ||
* CSS | ||
* JavaScript | ||
|
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. :-|
Thank you for triple and quadruple checking |
There looked to be some confused markdown usage; this has been corrected.
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.mdSeriously, 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](https://cloud.githubusercontent.com/assets/622118/19836690/5ae02c14-9e76-11e6-9d38-e8dd75953986.png)