돌려는 봤는데 어렵네 ㅠㅠ
어떻게 파서를 짜야하려나?
[링크 : https://www.cyotek.com/blog/writing-custom-markdig-extensions]
[링크 : https://www.cyotek.com/downloads/view/MarkdigMantisLink.zip/]
[링크 : https://odetocode.com/blogs/scott/archive/2020/01/23/a-custom-renderer-extension-for-markdig.aspx]
+ 2020.10.29
원래 구현하고자 하는 것은
[ ]
[x]
을 받으면 HTML의 input type=checkbox 로 변환하는 건데
MantisLink 예제를 따라해보니 [는 걸려지지 않는다.
아무래도 링크로 연관되어 [는 이미 처리되어버리기 때문에 걸러내질 못하는 듯..
그러면 github 등에서 어떻게 구현을 해서 쓰고 있는걸까?
'Programming > c# & winform' 카테고리의 다른 글
자식에서 부모창의 자원 접근하기 (0) | 2020.10.23 |
---|---|
c# winform 자식 다이얼로그에서 F4 막기 (0) | 2020.10.23 |
pdfsharp , migradoc (0) | 2020.10.22 |
itext7 (0) | 2020.10.22 |
c# pdf itextsharp -> itext7 (0) | 2020.10.22 |