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

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

editor

[ vscode ] markdown 만들기 및 사용법

페이지 정보

작성자 웹지기 댓글 0건 조회 3,359회 작성일 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건 3 페이지
  • 23 [ 정부 표준 프레임워크 ] eGovFrameDev 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\.plugins\org.eclipse.datatools.sqltools.result...
  • 웹지기 03-03 4039 0 0 댓글 0
  • 21 Edit plus php debug 설정 방법
  • 에디터 플러스에서 php debug설정 방법도구 &gt; 기본설정 &gt; 항목탭의 도구 &gt; 항목 도구탭의 사용자도구 &gt; 그룹과 도구 항목 선택추가 &gt; 프로그램메뉴제목 : ~~~~~~~~~~제목~~~~~~~~명령 : D:\APM_Setup\Server\PHP5\php.exe (apmsetup 또는 php.net의 실행프로그램이 설치 되있어야함)인수 : -l $(Copy)동작 : 텍스트 필터로 실행(출력창)출력패턴 : ([A-Za-z]\:...
  • 웹지기 09-11 3889 0 0 댓글 0
+3
  • 20 [ eclipse ] eclipse 설치
  • 구글 검색창에 "eclipse" 검색 검색결과에 따라 나온 eclipse downloads 클릭 다운로드시 회원가입이 필요하므로 회원가입 이후 진행 다운로드 x86_64 를 클릭해서 이클립스 설치 다운로드가 완료 되었다면 다운로드 파일을 클릭해서 설치 시작 Eclipse IDE for Enterprise java Developers 클릭해서 설치 진행 설정된 Installation Folder 에 설치를 해도 되고 원하는 폴더로 변경해도 됨 폴더 선택이 완...
  • 웹지기 11-18 3886 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 3360 0 0 댓글 0
+8
  • 15 [ 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 2852 0 0 댓글 0
  • 14 [ phpstorm ] 자동 줄바꿈( 개행 )
  • Preferences - mac -&gt; Cmd+, - window,linux -&gt; Setting(Ctrl+Alt+s) editer &gt; general - soft-wrap these files 에 원하는 파일 추가 (*.md; *.txt; *.rst; *.adoc; *.php, *.html; *.css; *.js; *.htm; *.php3)
  • 웹지기 07-07 2824 0 0 댓글 0
  • 13 [ 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 2745 0 0 댓글 0
+1
  • 12 [ intelliJ ] 맥에서 인텔리제이 mariadb jar 설치 및 jdbc 연결 설정
  • [ intelliJ ] 인텔리제이에 mariadb jar 설치 및 jdbc 연결 설정 일단https://mariadb.com/downloads/ 로 이동해서 connects 탭을 클릭한다. product -&gt; Java 8 + connector 선택 version 은 최신버젼으로 해서 다운로드를 클랙했다. jar 파일이 다운로드가 된다. 이제 intelliJ 로 이동해서 File &gt; Project Structure &gt; Libraries...
  • 웹지기 07-13 2601 0 0 댓글 0
  • 11 [ 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 2331 0 0 댓글 0
  • 9 [ IntelliJ ] MacOS - 단축키 정리
  • command(⌘) = Cmd option(⌥) = Alt control(⌃) = Ctrl ------------------------------------------------------------------------------------------------ cmd(⌘) + N : 현재위치를 기준으로 디렉토리, 패키지 및 생성목록을 보여주는 것 이외에도 생성자/ getter/setter도 보여준다. cmd(⌘) + P : 해당 클래스가 인스턴스를 생성하기 위해 필요한 인자 값을 ...
  • 웹지기 10-21 2198 0 0 댓글 0
게시물 검색

회원로그인

접속자집계

오늘
4,885
어제
8,915
최대
33,828
전체
8,582,425

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