Remove Intro Markdown
See original GitHub issueAs discussed here https://github.com/freeCodeCamp/freeCodeCamp/pull/41746#issuecomment-814856761 the .md files in client/src/pages/learn
are in need of cleanup. They’re currently quite misleading, because all the intro text is now sourced from JSON files in client/i18n/locales
, but we still source the .md files in client/gatsby-node.js
.
Ideally the data they provide should be sourced from somewhere else so that we can remove the .md files entirely. At first glance, the client/i18n/locales/english/intro.json
should contain all the info we need.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Markdown Syntax Documentation - Daring Fireball
As of this writing, Markdown has no syntax for specifying the dimensions of an image; if this is important to you, you can...
Read more >How to disable IntelliSense in VS Code for Markdown?
This way you'll disable IntelliSense for markdown files only. Global. Open Command Palette by pressing F1 , type open user settings and press...
Read more >Markdown editing with Visual Studio Code
You can disable path IntelliSense with "markdown.suggest.paths.enabled": false . Drag and drop to insert links and images. Quickly insert images and file links ......
Read more >Remove the word chapter but keeping the numbering - TeX
How can I remove the page numbers and margin using context? 0 · memoir, markdown: Feed first word of chapter to command (for...
Read more >27 R Markdown | R for Data Science
27.1 Introduction R Markdown provides an unified authoring framework for data ... (And obviously if the code is not run, no results will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes go for it!
We have decided to keep these pages. Thanks and happy coding 🎉