13:21:42 <gour> is there any gotcha in using raw shortcode? i'm trying something like: 13:22:27 <gour> {{% raw <s>some text to be striked-through</s> %}} 13:22:32 <gour> but it does not work? 15:34:05 <ChrisWarrick> gour: raw is meant for shortcodes, not html 15:38:19 <KwBot> [nikola] Kwpolska closed issue #3039: Rename DISABLE_INDEXES_PLUGIN_* settings https://github.com/getnikola/nikola/issues/3039 15:38:31 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 8 new commits to master: https://git.io/vpIma 15:38:31 -GitHub[nikola]:#nikola- nikola/master c9465a2 Knapstad: Rename 3039 15:38:31 -GitHub[nikola]:#nikola- nikola/master 032b966 Chris Warrick: Fix #3039 changelog typos 15:38:31 -GitHub[nikola]:#nikola- nikola/master ed566a0 Chris Warrick: Remove BOM and trailing whitespace from AUTHORS.txt... 15:45:56 -travis-ci:#nikola- getnikola/nikola#9924 (master - 8b15b50 : Chris Warrick): The build passed. 15:45:57 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/65f10a4c6b5b...8b15b505f647 15:45:57 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/368211861 15:51:03 <KwBot> [nikola] Kwpolska closed issue #2971: ATOM_PATH https://github.com/getnikola/nikola/issues/2971 15:51:15 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #3015: Add ATOM_PATH setting (master...atom_path) https://git.io/vx7kp 15:56:18 <KwBot> [nikola] Kwpolska closed issue #3014: Multiline metadata not being processed. https://github.com/getnikola/nikola/issues/3014 15:56:30 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vpION 15:56:30 -GitHub[nikola]:#nikola- nikola/master 9e36774 Chris Warrick: Close #3014... 16:00:25 -travis-ci:#nikola- getnikola/nikola#9925 (master - fda3c35 : Chris Warrick): The build passed. 16:00:26 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/8b15b505f647...fda3c350b2be 16:00:26 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/368217832 16:06:01 -travis-ci:#nikola- getnikola/nikola#9926 (master - 9e36774 : Chris Warrick): The build passed. 16:06:02 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fda3c350b2be...9e36774453e6 16:06:02 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/368220041 18:09:02 <gour> ChrisWarrick: ok. what is advised to use for passing html? rst's raw directive? 18:09:19 <ChrisWarrick> gour: in rest, yes 18:09:26 <gour> ok, thanks 18:29:42 <gour> just wonder how to use it for inline 'markup' 19:46:41 <gour> specifically, i need to have part of the sentence as 'strikeout' 19:57:06 <ChrisWarrick> gour: I think there is a way to do it in rest 19:59:52 <ChrisWarrick> gour: https://github.com/getnikola/nikola/issues/3014#issuecomment-379578327 would be one example 20:00:11 <ChrisWarrick> we could use a plugin that adds a :strike:`foo` rest role 20:16:01 <KwBot> [nikola] Kwpolska opened issue #3049: Hackerthemes? https://github.com/getnikola/nikola/issues/3049 20:22:28 <gour> ChrisWarrick: thanks. it can serve as one-time workaround, but it would be nice to have proper role to which one can pass text as parameter 20:22:36 <ChrisWarrick> gour: write one 20:23:00 <gour> ChrisWarrick: will investigate about it ;) 23:06:05 <ralsina> gour: ChrisWarrick: I think we have a strike role in the sphinx roles plugin