c#으로 tistory 소스 변환기(syntax highlight)를 만들었다.
syntax highlight 소스를 업로드할때 변환해야하는데 귀찮아서.. 이제야 결국 만들었다.
#include <a.h> int a |
이렇게 변환 된다.
<pre class="brush: cpp; toolbar: false"> #include <a.h> int a </pre> |
[디자인]
#include <a.h> int a |
이렇게 변환 된다.
<pre class="brush: cpp; toolbar: false"> #include <a.h> int a </pre> |
[디자인]