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

Implementation of a markdown document #5281

Closed
wants to merge 9 commits into from

Conversation

sdellefratte
Copy link

Description

I extracted the markdown.md document from the path docs/content/markdown and implemented it with some sentences taken from the codecademy.com course, to add a more complete description to the article.

Issue Solved

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@SaviDahegaonkar SaviDahegaonkar self-assigned this Sep 18, 2024
@sdellefratte
Copy link
Author

sdellefratte commented Sep 18, 2024 via email


With Markdown, the display of the document is programmed by the user; formatting words as bold or italic, adding images and links, and creating lists and tables are just a few of the functionalities.

Codecademy Docs e molti altri progetti memorizzano il loro README con un'estensione di file ".md", il che significa che il file è scritto in un linguaggio di markup chiamato Markdown. Utilizzando Markdown, gli scrittori possono specificare la formattazione del testo con caratteri come asterischi e trattini bassi, nonché quantità limitate di HTML (il linguaggio di programmazione utilizzato per i siti Web).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Codecademy Docs e molti altri progetti memorizzano il loro README con un'estensione di file ".md", il che significa che il file è scritto in un linguaggio di markup chiamato Markdown. Utilizzando Markdown, gli scrittori possono specificare la formattazione del testo con caratteri come asterischi e trattini bassi, nonché quantità limitate di HTML (il linguaggio di programmazione utilizzato per i siti Web).
Codecademy Docs e molti altri progetti memorizzano il loro README con un'estensione di file ".md", il che significa che il file è scritto in un linguaggio di markup chiamato Markdown. Utilizzando Markdown, gli scrittori possono specificare la formattazione del testo con caratteri come asterischi e trattini bassi, nonché quantità limitate di HTML (il linguaggio di markup utilizzato per la struttura delle pagine web).

Comment on lines +18 to +20
- ** Apple **: Malus domestica
- ** Banana **: Musa acuminata
- ** Cherry **: Prunus cerasus
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- ** Apple **: Malus domestica
- ** Banana **: Musa acuminata
- ** Cherry **: Prunus cerasus
- **Apple**: Malus domestica
- **Banana**: Musa acuminata
- **Cherry**: Prunus cerasus

In markdown there should not be spaces between the text and the asterisks.

@mamtawardhani mamtawardhani added status: under review Issue or PR is currently being reviewed and removed status: ready for next review labels Oct 14, 2024
@mamtawardhani mamtawardhani self-assigned this Oct 14, 2024
@mamtawardhani mamtawardhani added invalid This doesn't seem right; not eligible for Hacktoberfest and removed status: under review Issue or PR is currently being reviewed labels Oct 15, 2024
@mamtawardhani
Copy link
Collaborator

Closing this PR as: it does not close any issue, CLA is not signed, file path is incorrect, content is incorrect.
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right; not eligible for Hacktoberfest markdown Markdown entries new entry New entry or entries status: review 1️⃣ completed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants