Skip to content

Fix: Demystified markdown logic #1186

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

Merged
merged 2 commits into from
Oct 7, 2017
Merged

Fix: Demystified markdown logic #1186

merged 2 commits into from
Oct 7, 2017

Conversation

prog-rajkamal
Copy link
Contributor

I have changes jsfiddle link with a similar jsfiddle.

The difference between two jsfiddle is in javascript code, marked() has a comment mentioning its source as external library.

This is important because it is easy to overlook that marked() comes from an external library instead of Vue, especially for a beginner.

prog-rajkamal and others added 2 commits October 5, 2017 22:28
I have changes jsfiddle link with a similar jsfiddle. 

The difference between two jsfiddle is in javascript code, `marked()` has a comment mentioning its source as external library. 

This is important because it is easy to assume that `marked()` cmes from an external library instead of Vue, especially for a beginner.
@chrisvfritz
Copy link
Contributor

Good idea! I made a slight modification: added the dependencies to the HTML, so that it would be more apparent that we're using external libraries here.

@chrisvfritz chrisvfritz merged commit 6ad6036 into vuejs:master Oct 7, 2017
phanan added a commit to vuejs-vn/vuejs.org that referenced this pull request Oct 10, 2017
* Replace `true` with truthy (vuejs#1196)

* Change "Registration" to "Global Registration" (vuejs#1192)

* typos (vuejs#1191)

* [Website]: Let menu to be above add (vuejs#1188)

Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>

* Fix: Demystified markdown logic (vuejs#1186)

* Fix: Demystified markdown logic

I have changes jsfiddle link with a similar jsfiddle. 

The difference between two jsfiddle is in javascript code, `marked()` has a comment mentioning its source as external library. 

This is important because it is easy to assume that `marked()` cmes from an external library instead of Vue, especially for a beginner.

* make dependencies apparent in markdown example

* Correct the heading tags (vuejs#1181)

correct the opening and closing `h4` tags

* Make the statement less definitive (vuejs#1190)

* Make the statement less definitive

* Reword the tip

* add SG exception where kebab-case everywhere is also acceptable for components in templates

* revise single-file components, with new example sandbox

* Add Additional Resources to ecosystem dropdown (vuejs#1182)

* Add additional resources to dropdown

* reorganize ecosystem dropdown, adding Tooling

* Move roadmap to News section of ecosystem dropdown

* Update "Core Plugins" to "Core Libraries"

* rename SG complex expressions rule to simple

* rename SG complex computed expressions rule to simple

* address SG question about coupled component names, fixes vuejs#1195

* fix SG typos, fixes vuejs#1194

* make it more obvious in SG that details can be expanded, fixes vuejs#1170

* Update custom-directive.md (vuejs#1198)

I suggest add this params demo because i can not understand when i saw this part,i think other people will have the same confusion

* clarified titles of SG priority D rules

* Re-translate the arrow function tip
kazupon pushed a commit to kazupon/vuejs.org that referenced this pull request Nov 24, 2017
* Fix: Demystified markdown logic

I have changes jsfiddle link with a similar jsfiddle. 

The difference between two jsfiddle is in javascript code, `marked()` has a comment mentioning its source as external library. 

This is important because it is easy to assume that `marked()` cmes from an external library instead of Vue, especially for a beginner.

* make dependencies apparent in markdown example
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