-
In https://github.com/moonshot-nagayama-pj/testbed-meta/issues/17 we created a public-documents repository.
However, the documents in this repository are written in Markdown, and currently only vie…
-
Hi! I needed server-side KaTeX in Ruby a while ago and maintain this gem: https://github.com/glebm/katex-ruby (predates sskatex by about 10 months).
It has some differences: the assets are bundled …
glebm updated
6 years ago
-
The current version of kramdown-rfc adds procoessing instructions similar to the following to the XML output:
```
```
idnits currently flags these with `INVALID_ABSTRACT_SECTION_CHILD` and `INVAL…
-
``` ruby
irb(main):001:0> require 'kramdown'
=> true
irb(main):002:0> Kramdown::Document.new('"[foo]"', entity_output: 'numeric').to_html
=> "“[foo]”\n"
```
However, when I try to escape …
-
I was trying out truffleruby with a small gem to see how it would perform against MRI : https://gitlab.com/gitlab-org/gitlab_kramdown/blob/improve-benchmark/benchmark/benchmark.rb and one thing that c…
-
> The page build completed successfully, but returned the following warning:
>
> You are currently using the 'rdiscount' Markdown engine, which will not be supported on GitHub Pages after May 1st. At…
-
### Problem
The markdown reference in the New Diary page is not very friendly.
![image](https://user-images.githubusercontent.com/666291/224397944-0c7242d3-f45a-4bf8-a0fd-fd1d5eb74fc4.png)
Prob…
-
https://tianqi.name/jekyll-TeXt-theme/test/2016/05/05/definition.html
kramdown A Markdown-superset converter Maruku Another Markdown-superset converter
-
For further out, look at using tools like [kramdown](https://github.com/cabo/kramdown-rfc2629) ([demo](http://www.ipv.sx/draftr/)) to use markdown as the source.
-
While Jekyll do recommend liquid code blocks `{% highlight language %} ... {% endhighlight %}`, I find it these uncommon and inconvenient. I often use Github fenced code blocks with ` ``` code ``` ` i…