PRO
Introduction
test
h1
h2
h3
h4
h5
h6
# HP IT GROUP GLOBAL PROFESYONEL IT GROUP
---- ## 👋 2008 2012
TERCUMAN INFORMATICS CENTER
TERCUMAN EDUCATION, SCIENCE, TECHNICAL RESEARCH AND DEVELOPMENT CENTER
INFORMATION TECHNOLOGY FOUNDER,CEO BLOGGER
---- ## 🎬 WİDEO
---- ## 🌊 Kitchen Sink ### This section will show you all the different types of formatting you can accomplish with markdown syntax. ``` Note: Not all providers have the same feature subsets for markdown, and some have extended capabilities which CloudMark offers—so refer to their supported syntax if things aren't looking correct! ```
## Headers ___ # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6
## Horizontal Rules ___ Just like that. Putting some text here so things don't look strange 😁.
## Text Emphasis ___ **This is bold text** *This is italic text* ~~Strikethrough~~
## Blockquotes ___ > Blockquotes can also be nested... >> ...by using additional greater-than signs right next to each other... > > > ...or with spaces between arrows.
## Lists ___ ### Unordered + Create a list by starting a line with `+`, `-`, or `*` + Sub-lists are made by indenting 2 spaces: - Marker character change forces new list start: * Ac tristique libero volutpat at + Facilisis in pretium nisl aliquet - Nulla volutpat aliquam velit + Very easy! #### Example: ``` + Create a list by starting a line with `+`, `-`, or `*` + Sub-lists are made by indenting 2 spaces: - Marker character change forces new list start: * Ac tristique libero volutpat at + Facilisis in pretium nisl aliquet - Nulla volutpat aliquam velit + Very easy! ```
### Ordered 1. Lorem ipsum dolor sit amet 2. Consectetur adipiscing elit 3. Integer molestie lorem at massa #### Example: ``` 1. Lorem ipsum dolor sit amet 2. Consectetur adipiscing elit 3. Integer molestie lorem at massa ```
## Code Snippets ___ Inline `code` Indented code // Some comments line 1 of code line 2 of code line 3 of code Block code "fences" ``` Sample text here... ``` Syntax highlighting ``` js let bar = 1; const foo = function (bar) { return bar++ } console.log(foo(5)); ```
## Tables ___ | Option | Description | | ------ | ----------- | | data | path to data files to supply the data that will be passed into templates. | | engine | engine to be used for processing templates. Handlebars is the default. | | ext | extension to be used for dest files. |
## ⭐️ Adknowledgements ___ This application wouldn't be possible without so many talented developers who have paved the way for popular applications such as Slack, VSCode, Atom to make it to the desktop; being built in traditional web development languages. Huge thanks and grattitude to all the talent and inspiration out there! In no particular order, thank you to CodeMirror, Marked, Electron, and CodePen for all your hard work! You might not believe it—this application was
originally built in CodePen
, fully functional! #### So again, thank you from me, and the cloud blobs—who appreciate your support!
test