1 fanzheng 2012-08-28 22:58:05 +08:00 不懂你在讲什么。。。 |
![]() | 2 ybian 2012-08-28 23:01:38 +08:00 是说github吧。。。 |
![]() | 3 reus 2012-08-28 23:12:05 +08:00 ![]() 伸手党 |
4 fanzheng 2012-08-28 23:13:24 +08:00 |
![]() | 5 youthcould OP |
![]() | 6 youthcould OP @fanzheng 自己对比效果完全不一样 |
7 fanzheng 2012-08-28 23:25:07 +08:00 @youthcould 你要把HTML的元素和CSS的元素对应起来的,你讲的环境也不清楚,完全不知道你问的问题是什么意思,不仅仅是那个git没有讲明白,整个问题没有讲明白的。 |
![]() | 8 youthcould OP @fanzheng 在github上的显示效果 ![]() 你上面给的链接的css的显示效果 ![]() 我想找的是,比如我在windows下使用markdownpad来写markdown文档,然后render in brower时可以自定义个css,希望这个css的显示效果可以和github官方所使用的效果一样,不知道说明白没有,呵呵 |
![]() | 9 fireyy 2012-08-29 13:35:11 +08:00 @youthcould 那你应该把 render in brower 时候的 HTML 结构贴出来 |
![]() | 10 youthcould OP @fireyy 不好意思,我对这个是小白,所以搞不定,不管如何,感谢各位 |
![]() | 11 yangg 2012-08-30 14:31:54 +08:00 @youthcould css 可以用这个http://uedsky.com/static/css/markdown-github.css, 打印要显示链接可以在文件后面加上下面这段话 @media print { /*这句表示只有打印时显示,如果用ie的话,可以把这行和最后的}去掉*/ .markdown-body a:after { content: " ( " attr(href) " ) "; } } ps: markdown显示广本要放在 class='markdown-body'的容器里,如果不是,可以把页面这个css里所有的.markdown-body替换为空 |
![]() | 12 hzlzh PRO |
![]() | 13 youthcould OP |
14 Yannis1990 2013-01-16 15:57:49 +08:00 楼主这个问题解决了?同求,谢谢 |
![]() | 15 youthcould OP @ Yannis1990 sorry,没有搞定 |