이 노트에 대하여
Org-mode에서 따옴표와 문장부호가 smartquote 처리로 어떻게 바뀌는지 표와 예제로 점검한다. 사소해 보이지만 퍼블리시 결과와 문장 품질에 큰 차이를 만드는 문장부호 노트다.
BIBLIOGRAPHY
관련노트
Smart Quotes in Emacs: How to Get Them and Also Get Rid of Them
The strings in these two columns should look the exact same.
| Rendered Actual | Rendered Expection | |
|---|---|---|
| 1 | ’This’ | ‘This’ |
| 2 | ”This” | “This” |
| 3 | ”It’s” | “It’s” |
| 4 | ’It’s’ | ‘It’s’ |
| 5 | ”http://ox-hugo.scripter.co/“ | “http://ox-hugo.scripter.co/” |
| 6 | ”http://ox-hugo.scripter.co/“. | “http://ox-hugo.scripter.co/”. |
Note: There is a rendering issue is Row 5 above. That seems to be a corner case, because notice that Row 6 looks fine just because there was a trailing period. Will live with this issue for now.
Comments