latest 20 messages by frivoal
+
[2016-12-09T05:16:50Z]
frivoal
thanks for your help
+
[2016-12-09T05:16:46Z]
frivoal
Bah, I fixed the software that consumes the id intead of fixing the idea, so I'm good
+
[2016-12-09T04:43:39Z]
frivoal
Either kramdown behaviors would be OK with me, but the jekyll one messes up with another piece of software that consumes what jekyll produces
+
[2016-12-09T04:43:02Z]
frivoal
kramdown --transliterated-header-ids produces: h1 id="with-an-e">With an é</h1>
+
[2016-12-09T04:40:16Z]
frivoal
kramdow alone produces: <h1 id="with-an-">With an é</h1>
+
[2016-12-09T04:39:30Z]
frivoal
<h1 id="with-an-é">With an é</h1>
+
[2016-12-09T04:39:21Z]
frivoal
_site/a.html contains:
+
[2016-12-09T04:39:12Z]
frivoal
# With an é
+
[2016-12-09T04:39:12Z]
frivoal
---
+
[2016-12-09T04:39:12Z]
frivoal
---
+
[2016-12-09T04:39:01Z]
frivoal
a.md contains:
+
[2016-12-09T04:38:57Z]
frivoal
Clean jekyll
+
[2016-12-09T04:38:53Z]
frivoal
doesn't help
+
[2016-12-09T04:36:06Z]
frivoal
trying
+
[2016-12-09T04:31:27Z]
frivoal
Probably. The thing that puzzles me is that I cannot get kramdown to do what jekyll does anymore than the otherway around. So what is generating these ids differently?
+
[2016-12-09T04:28:36Z]
frivoal
jaybe: does that imply creating a replacement for kramdown, or just a layer before / after it?
+
[2016-12-09T04:27:40Z]
frivoal
so there must be some speparate ID generation logic that gets invoked somewhere...
+
[2016-12-09T04:27:14Z]
frivoal
But it's weirder than that. Jekyll is generating IDs in a way that doesn't correspond to either behavior of the kramdown option...
+
[2016-12-09T04:23:58Z]
frivoal
On the kramdown site, I found info about the transliterated_header_ids options, but jekyll seems to ignore it
+
[2016-12-09T04:23:34Z]
frivoal
jaybe: I've looked there, but found no explanation