Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 724 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 724 Bytes

YAML-To-Markdown Assignment

Write a custom javascript component that parses YAML files and produces Markdown (MD) files. Also write a document to explain your implementation.

YAML

YAML is a data serialization language that is often used for writing configuration files. Depending on whom you ask, YAML stands for yet another markup language or YAML ain't markup language (a recursive acronym), which emphasizes that YAML is for data, not documents. https://yaml.org/

Markdown

Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Markdown is now one of the world’s most popular markup languages. https://www.markdownguide.org/getting-started/