[ vscode ] markdown 만들기 및 사용법 > editor

본문 바로가기
사이트 내 전체검색

editor

[ vscode ] markdown 만들기 및 사용법

페이지 정보

작성자 웹지기 댓글 0건 조회 3,315회 작성일 21-02-14 23:32

본문

vscode에서 md파일을 만들어서 아래 그림 처럼 클릭

42.png

 

<!-- Heading -->

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6


<!-- line -->

---


<!-- text attributes -->

This is the **bold** text and this is the *italic* text and let's do.


~~strikethrough~~



<!-- quote -->

> Dont't forget to code your dream.


<!-- Bullet list -->

Fruits:

* apple

* banana


other fruits:

- 사과

- 바나나


<!-- Numbered list -->

Numbers:

1. frist

2. second

3. third


<!-- Link -->

Click [Funyphp.com](http://funyphp.com)


<!-- Image -->

![image description](https://avatars.githubusercontent.com/u/2810145?s=100&v=4)


<!-- Table -->

|Header|Description|subject|

|:--|:--:|--:|

|test1|test2|test3|

|test1|test2|test3|

|test1|test2|test3|

|test1|test2|test3|

|test1|test2|test3|


<!-- code -->

To print message in the console, use

`console.log('your message')` and ...


<!-- ts, javascript, kotlin, js, java -->

```js

console.log('your message')

```


<!-- Githum Flavored Markdown -->

Click [GitHub markdown](https://guides.github.com/features/mastering-markdown/)

 

41.png

추천0 비추천0

댓글목록

등록된 댓글이 없습니다.

Total 53건 2 페이지
  • 37 [ eclipse ] 정부 프레임워크 이클립스 DB접속 오류 시 해결 방법
  • 정부 프레임워크 이클립스 DB접속 오류 시 해결 방법 이클립스 콘솔창에 다음과 같은 오류가 발생하면서 DB가 보이지 않는다면,,,,, Plug-in org.eclipse.datatools.sqltools.result.ui was unable to load class org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView. 이러한 오류가 발생할 때 C:\eGovFrame-3.9.0\workspace.edu\.metadata\...
  • 웹지기 02-19 6004 0 0 댓글 0
+1
  • 36 [ vscode ] power mode 사용하기( 코딩의 즐거움을 더하기 위해 파워코드 ^^ )
  • Extensions &gt; 검색창에서 Power mode &gt; install Settings &gt; 오른쪽 Open Settings(JSON) 클릭후 기존 json 파일에 추가 추가시 기존 json의 맨끝에 , 가 없다면 , 를 넣어주고 다음에 추가 "powermode.enabled": true, "powermode.presets":"fireworks" 다른 설정 방법은 이곳을 읽어보 하기 바란다...
  • 웹지기 02-15 8432 0 0 댓글 0
+1
  • 열람중 [ vscode ] markdown 만들기 및 사용법
  • vscode에서 md파일을 만들어서 아래 그림 처럼 클릭 &lt;!-- Heading --&gt; # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 &lt;!-- line --&gt; --- &lt;!-- text attributes --&gt; This is the **bold** text and this...
  • 웹지기 02-14 3316 0 0 댓글 0
+1
  • 33 [ vscode ] 비쥬얼스튜디오코드에서 emoji 설치 및 사용하기
  • 비쥬얼 스튜디오 코드에서 emoji 사용하기 Ctrl + Shift + x( Extensions )클릭 &gt; emojisense &gt; install 왼쪽하단 톱니바퀴 &gt; Settings &gt; User &gt; Extensions : emojisense: &gt; Languages &gt; Edit in settings.json settings.json { "ja...
  • 웹지기 02-14 8451 0 0 댓글 0
+8
+1
  • 29 [ eclipse ] 이클립스 화면의 상단의 툴바 보이기
  • Window &gt; Appearance &gt; Show Toolbar Window &gt; Appearance &gt; Hide Toolbar 를 통해서 툴바기능을 보이고 가리고 할 수 있다. 이클립스 툴바 우측에 JavaEE 와 같은 툴 불러ㅇㅎ거나 뺄 때 Window &gt; Perspective &gt; Open perspective 에서 선택 가능
  • 웹지기 01-13 6704 0 0 댓글 0
  • 28 [ eclipse ] 탭 대신 스페이스 사용하기 - tab to space
  • java 파일 Window -&gt; Perferences &gt; General -&gt; Editors -&gt; Text Editor &gt; Insert spaces for tabs Check Java &gt; Code Style &gt; formatter &gt; New &gt; Profile name : tabToSpace-eclipse-built-in &gt; ok &gt; Inden...
  • 웹지기 01-06 4268 0 0 댓글 3
  • 27 [ eclipse ] 웹 프로젝트 만들기 - web project create
  • web 프로젝트 만들기 - File &gt; new &gt; 검색창에 web &gt; Dynamic Web Project &gt; next &gt; Project name &gt; Finish - 파일 제작위치는 &gt; 프로젝트명 &gt; WebContent &gt; - f11 클릭시 브라우저로 보기 선택 : Window &gt; 검색창에서 web &gt; Web Browser &gt...
  • 웹지기 01-06 2811 0 0 댓글 0
  • 26 [ eclipse ] tomcat download & install - 톰켓 다운로드 및 설치
  • 톰켓 다운로드 https://tomcat.apache.org/ &gt; Tomcat 7.0.107 Released &gt; download Binary Distributions &gt; Core &gt; zip 클릭 다운 Windows &gt;Preferences &gt; Server &gt; Runtime EnvironMents &gt; add &gt; Apache Tomcat V7.0 &g...
  • 웹지기 01-06 2298 0 0 댓글 0
  • 25 [ eclipse ] GUI Download 및 Install
  • GUI ( Graphic User Interface ) Download Eclipse IDE - GUI Installation Help &gt; Install New Software &gt; Add &gt; Local : WindowBuilder Archive : http://download.eclipse.org/windowbuilder/WB/integration/4.5/ &gt; Add &gt; Swing Designer check ...
  • 웹지기 12-28 2688 0 0 댓글 0
+1
  • 24 [ eclipse ] jdbc 연동 - DBeaver 연동
  • jdbc 연결 상태 확인창 열기 - data source connections 열기 Window &gt; Show view &gt; other &gt; data로검색(Data Source Explorer) &gt; open (콘솔창에 data source explorer 창이 뜸 - 마우스 우클릭으로 connect // disconnect ) Databae Connections &gt; 마우스우클릭 &gt; New &gt...
  • 웹지기 12-28 7681 0 0 댓글 0
게시물 검색

회원로그인

접속자집계

오늘
8,045
어제
7,139
최대
33,828
전체
8,421,740

그누보드5
Copyright © funyphp.com. All rights reserved.