tripu
tripu
Same here. [`http://getapi.co`](http://getapi.co/) is AWOL right now; see [the last snapshot here](https://web.archive.org/web/20161018132000/http://getapi.co).
This seems a consequence of remark using [a very old version of `marked`](https://github.com/gnab/remark/blob/develop/package.json#L5). [Newer versions](https://www.npmjs.com/package/marked) seem to support this ([example](https://marked.js.org/demo/?text=67.%20First%0A1.%20Second%0A1.%20Third&options=%7B%0A%20%22baseUrl%22%3A%20null%2C%0A%20%22breaks%22%3A%20false%2C%0A%20%22extensions%22%3A%20null%2C%0A%20%22gfm%22%3A%20true%2C%0A%20%22headerIds%22%3A%20true%2C%0A%20%22headerPrefix%22%3A%20%22%22%2C%0A%20%22highlight%22%3A%20null%2C%0A%20%22langPrefix%22%3A%20%22language-%22%2C%0A%20%22mangle%22%3A%20true%2C%0A%20%22pedantic%22%3A%20false%2C%0A%20%22sanitize%22%3A%20false%2C%0A%20%22sanitizer%22%3A%20null%2C%0A%20%22silent%22%3A%20false%2C%0A%20%22smartLists%22%3A%20false%2C%0A%20%22smartypants%22%3A%20false%2C%0A%20%22tokenizer%22%3A%20null%2C%0A%20%22walkTokens%22%3A%20null%2C%0A%20%22xhtml%22%3A%20false%0A%7D&version=master)). I'll try to work on this soon.
Here's a dirty hack: insert a zero-width space somewhere inside (or around) that `---` to prevent the parser from interpreting it as a horizontal rule. You can copy the char...
> Unfortunately, that doesn't work for my use-case; here is why: > My goal is to include YAML snippets in presentations (specifically, training materials) so that people can copy-paste them....
Hi, @josephernest. I'm not sure, but I suspect the answer is: no. :confused:
Aspect ratio: you can specify that as a parameter. eg: https://github.com/tripu/Events/blob/ff57468bde0134a84583db5f3924332f5ab2519f/doc/2021-06-25_esLibre_ECMAScript/index.html#L748 Not sure about making it adapt responsively. afaik, that's not implemented.
Perhaps some ready-made canvas library out there that does that (let you draw *and* save) can be embedded in Remark slides. If so, this shouldn't be a Remark feature, imho...
@therimalaya, you can always do that with HTML: ``` .bar[baz] ``` Some examples: [`codepen.io/tripu/pen/Jyeayy`](https://codepen.io/tripu/pen/Jyeayy)
I can reproduce this bug. The issue is with [code spans](http://spec.commonmark.org/0.28/#code-spans). Test: [`codepen.io/tripu/pen/NweKYW`](https://codepen.io/tripu/pen/NweKYW) * The first code span uses single backticks, and works fine. * The second code span is...
+1 to *all-lowercase-and-using-dashes*, for consistency.