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

Add tags for emphasis format. #7

Merged
merged 5 commits into from
Jan 8, 2016
Merged

Add tags for emphasis format. #7

merged 5 commits into from
Jan 8, 2016

Conversation

mitogh
Copy link
Contributor

@mitogh mitogh commented Jan 2, 2016

No description provided.

@@ -25,6 +25,22 @@ function indent(content, spaces, ignoreFirst) {
}).join("\n");
}

function emphasisFormats( text ) {
return {
strong: '**',
Copy link
Owner

Choose a reason for hiding this comment

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

Please use 4 space indent and double quotes. Also put the commas at the beginning of the lines.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good, @IonicaBizau how about adding a .editorconfig file in order to allow others to have your same code style in your repo, is something I use usually to allow other follow same rules in code style.

Let me know your comments if so to add an .editorconfig file.

Copy link
Owner

Choose a reason for hiding this comment

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

@mitogh I have no experience in using such configuration files for how the syntax should look like. Any ideas you have, please comment in IonicaBizau/code-style#4. There is a similar discussion. I need help in writing such a file. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good I will add some comments there.

Thank you 👍

@IonicaBizau
Copy link
Owner

@mitogh Nice work! ✨ I left a bunch of comments. Generally they are syntax (code style) fixes. Don't forget to add yourself as contributor in package.json as well! 👏

@mitogh
Copy link
Contributor Author

mitogh commented Jan 2, 2016

Changes has been updated based on your feedback. Let me know your comments @IonicaBizau

@IonicaBizau IonicaBizau merged commit 35569d5 into IonicaBizau:master Jan 8, 2016
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