freeCodeCamp/client
lionel-rowe b6a68d8bdf fix: swap out raw HTML syntax for semantic/idiomatic markdown (#35917)
Per this: https://www.freecodecamp.org/forum/t/forum-suggestion-unformatted-code-warning/134857/24

`<code>` tags are not the semantically/idiomatically correct way to format code on Discourse. For example, `<code><span></span></code>` renders as that exact HTML, when the intention was almost certainly to render `<code>&lt;span&gt;&lt;/span&gt;</code>` instead.
2019-06-09 05:41:40 +05:30
..
config fix(build): Make build unrelient on root level deps (take 2) 2018-09-06 16:07:03 +01:00
plugins chore: normalize freeCodeCamp in english (#35258) 2019-02-19 15:19:49 +05:30
src fix: swap out raw HTML syntax for semantic/idiomatic markdown (#35917) 2019-06-09 05:41:40 +05:30
static fix: Reimplement the HeatMap 2018-11-13 05:39:50 +05:30
utils fix: Dedupe layout selection logic 2019-06-08 03:16:28 +05:30
.babelrc fix: warnings about babel corejs config 2019-05-02 01:01:00 -07:00
.gitignore fix(client): prevent endless SASS conversion 2018-11-12 12:44:00 +00:00
gatsby-browser.js fix: Dedupe layout selection logic 2019-06-08 03:16:28 +05:30
gatsby-config.js fix(tools): use docker for development 2019-03-15 15:50:30 +05:30
gatsby-node.js feat(guide): add footer link to article source on GitHub 2019-05-02 15:30:39 -07:00
gatsby-ssr.js fix: Dedupe layout selection logic 2019-06-08 03:16:28 +05:30
jest.config.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
jest.transform.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
package-lock.json fix: flash modals stack up and are not visible until scrolled to top (#35808) 2019-06-09 05:25:54 +05:30
package.json fix: Change test output formatting from code to html (#35857) 2019-06-09 05:28:10 +05:30
webpack-workers.js fix(learn): remove sass.js from bundle and place it to static/js 2019-01-17 16:53:38 +05:30