-
Notifications
You must be signed in to change notification settings - Fork 118
Add feature multi line tag for ignore comments #120
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
base: master
Are you sure you want to change the base?
Changes from all commits
cd29167
813b8fe
f980bdf
4f0319f
ab221cf
8d38287
9058aeb
3dd554c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,3 @@ | ||
| language: node_js | ||
| node_js: | ||
| - "0.4" | ||
| - "0.6" | ||
| - "0.8" | ||
| - "0.10" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| body { | ||
| background: white; | ||
| } | ||
|
|
||
| /*! | ||
| input[type="text"] { | ||
| background: white; | ||
| } | ||
| */ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [ | ||
|
|
||
| ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| [ | ||
|
|
||
| ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,6 @@ | |
| "title": "", | ||
| "slug": "", | ||
| "docs": "<p>input[type="text"] {\n background: white;\n}</p>", | ||
| "code": "body {\n background: white;\n}" | ||
| "code": "" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above. Why remove this? |
||
| } | ||
| ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,6 @@ | |
| "title": "", | ||
| "slug": "", | ||
| "docs": "<p> An example of a reasonbly well written CSS file that you would find in "the wild", but without any Markdown. </p>", | ||
| "code": "body {\n background: white; /* Set background */\n /* Good contrast */\n color: black;\n}\n\n\np {\n margin: 0; /* Reset margin */\n}" | ||
| "code": "p {\n margin: 0; /* Reset margin */\n}" | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same question as before. I'm wondering how the app will behave with a file that contains the equivalent css to generate this token. |
||
| } | ||
| ] | ||
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.
What's the rationale for removing this code?
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.
earlier
down