Geneuin
Geneuin
~1 min read

Categories

각주 기능

포스트 내에 각주를 추가할 수 있습니다.

예)

Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.1

  • 각주가 표시될 곳에 [^1] 와 같은 형식으로 각주를 선언해 줍니다.

  • 선언한 각주를 다음과 같이 정의해 줍니다.(위치 상관없음)

[^1]: <http://en.wikipedia.org/wiki/Syntax_highlighting>

사용 예시 )

각주

위와 같이 포스트 하단에 해당 링크가 위치하게 됩니다.