Agent-Logs-Url: https://github.com/purocean/yn/sessions/423ca3b8-9674-4d0f-98d1-bc1fd5c33c5d Co-authored-by: purocean <7115690+purocean@users.noreply.github.com>
943 B
Abbreviations Test
This document tests the abbreviation syntax supported by Yank Note via markdown-it-abbr.
*[HTML]: Hyper Text Markup Language *[CSS]: Cascading Style Sheets *[JS]: JavaScript *[API]: Application Programming Interface *[URL]: Uniform Resource Locator *[JSON]: JavaScript Object Notation *[REST]: Representational State Transfer *[DOM]: Document Object Model *[YAML]: YAML Ain't Markup Language
Usage
When abbreviations are defined, hovering over the abbreviation in the rendered output shows the full form.
Web Technologies
HTML is the standard markup language for creating web pages.
CSS is used for styling HTML documents.
JS is the programming language of the web.
APIs
A REST API uses HTTP methods to interact with resources via a URL.
Data is commonly exchanged in JSON format.
Configuration
YAML is often used for configuration files.
The DOM represents the structure of an HTML document.