footnote html

StackEdit는 각주 마크다운을 지원하는데 블로그 포스팅시 링크가 엉뚱한 곳으로 가서 살펴봄

StackEdit Export Html

<aclass="footnote"id="fnref:1"title="See footnote"href="1">1</a><aclass="reversefootnote"title="Return to article"href="1"></a>

제대로 작동하는 Html

<ahref="#fn:2"id="fnref:2"title="see footnote"class="footnote">[2]</a><ahref="#fnref:2"title="return to article"class="reversefootnote">&nbsp;↩</a>

참조번호부분에는
오류 href="1" 제대로 href="#fn:1" 참조 href코드 앞에 #fn: 을 붙인다.

각주부분에는
오류 href="1" 제대로 href="#fn:1" 참조 href코드 앞에 #fnref: 을 붙인다.

😐 잘되려나. -_- 안된다.

+ 같은페이지에 있는 링크에  anchor를 걸때는 # 을 붙인다.  “Answer: How do I create a link to a footnote in HTML? http://stackoverflow.com/a/67035?stw=2

+ 이 글 읽고 다시해볼것.   http://karlwinegardner.blogspot.kr/2011/02/how-to-create-footnotes-in-html.html  <sup> </sup> 태그가 필요한가

+ 참고글 http://www.cs.tut.fi/~jkorpela/www/fn.html Footnotes, endnotes, and sidenotes on Web pages : 전반적인 링크활용 가이드.

+ 말풍선 각주 독자입장에서는 편리해 보임. http://circlash.tistory.com/589

 

+ <li id=”  “> </li> 의 id를 찾아가는  것이었음. a href=”#id” 에서 #은 이 page에 있는 id를 찾아라 라는 의미.

이건 되려나 + <span><strong>각주 1</strong>주석 내용 입력</span>