-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix issue: Asciidoc Style issues #193 #198
base: development
Are you sure you want to change the base?
Conversation
Hi @lametaweb! I did not forget you, i'll make a review asap but atm i'm a really busy |
You are welcome. Time is a limited resource! I wait till then. Thank you very much. |
PR updated. Cheers. |
Hi @lametaweb Like i said in the issue, adding the css in each themes is a good workaround, but i'm not sure that is the best solution But i have an idea, what do you think about make something in the javascript code ? I explain. head.push(utils.stylesheetTemplate({
source: '//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css',
version: ''
})); We could try the same thing for the asciidoctor.css, wdyt? |
Hi @anthonny I think is a good non invasive solution! |
fix for the missing admonition icons in ichi theme : see issues HubPress#193 and HubPress#198 HubPress#193 HubPress#198
Ready to merge, @anthonny ? |
OK, thanks!! 2016-04-25 12:00 GMT+02:00 Jared Morgan [email protected]:
|
I wonder if we can cherry pick some fixes out of this one @anthonny so @lametaweb doesn't lose his contribution. |
@jaredmorgs i agree with you when you say that we do not loose the contribution of @lametaweb I have to think about the impact of the asciidoctor.css on themes. What i mean is, if you consider this lines from the asciidoctor.css file: https://github.com/HubPress/hubpress.io/pull/198/files#diff-4dc6b9ca4e2bb6b523ae765fa201e6e8R134 how can we be sure that il will not explode the main theme. I have to take more time of this problem |
We'll leave this one here as a reminder more than anything. It might be worthwhile putting this into a milestone that only deals with theming so we can hit all the theming issues in one pass. I think I'll set that one up now. |
Icons are now shown in admonitions for ichi theme.