Wonsup Yoon

Results 7 issues of Wonsup Yoon

**Describe your proposed improvement and the problem it solves.** Pandoc's LaTeX reader does not support `\autoref` from `hyperref.sty`. It only supports followings: https://github.com/jgm/pandoc/blob/60974538b25657c9aa37e72cc66ca3957912ddec/src/Text/Pandoc/Readers/LaTeX/Inline.hs#L336-L342 The `hyperref.sty` is one of the widely...

enhancement
format:LaTeX
reader

Fix not used error. This happens when it compiles with `-Werror=unused-variable`. ex) `gcc -O3 llist.c heap.c main.c -o heap_test -Werror=unused-variable`

Jenkins가 QEMU 안으로 들어갔습니다. 혹시 문제가 있으면 말씀 주세요. (특히 PCI쪽)

According to [spec](https://github.github.com/gfm/#example-498). There is bracket syntax for links which contain whitespaces. However, cmark-gfm-swift does not handled it correctly. input: ```[link]()``` cmark-gfm's output: ```link``` cmark-gfm-swift's output: ```[link](</my uri>)```

Hi, it seems that cmark-gfm supports footnotes and there is already an extension for that. I think cmark-gfm-swift needs to support it also. If time allows, I'm going to implement...

mecab 오리지널 버전이 윈도우즈에서는 CP932를 사용하는 듯 함

I have encountered weird errors when there are two misc bib entries from the same author. It seems a bug in `ACM-Reference-Format.bst` file. main.tex: ```tex \documentclass[sigplan]{acmart} \begin{document} \cite{aa,bb} % -->...