-
It would be great to be able to highlight lines in code blocks to help focus readers in the documentation.
[Tailwind's docs](https://tailwindcss.com/docs/installation) show a nice example of this.
-
Hi James. Garry/Dean/Phil shared your github repo with me this morning for the TOPAS project.
There are a couple of INP file highlightings in jEdit that it would be useful to replicate eventually:…
-
I propose the following:
1) use svg.py to create the svg
2) use width and height as inputs to `blocks_to_svg`
3) add SceneGlyphItemBlock (highlighted text)
Comment on 2): If a pdf (which might…
-
Hi @grmbyrn
It seems it is possible to use the `CodeBlock` component in any page, but:
- Removing the three backtick chars (markdown).
- Removing any indentation.
- Adding `` and `` blocks.
…
-
Couple of ugly buggers in the syntax highlighting...
## Syntax Highlight Bugs {#ch00-syn-hl-bug}
As above, numbers in an identifier on a header get really wonky highlighting.
But a [reference…
-
[highlight.js](https://github.com/isagalaev/highlight.js) should do the job.
-
This is a really useful feature for dev markdown documents:
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```
https://help.github.com/articles/cr…
-
Currently the code-blocks do not have syntax-highlighting and are therefore rendered as monotonous plaintext.
-
Like the exclude functionality it would be great to be able to add languages. They could pull the highlighting from CDN. E.g. adding "clojure" to the list would inject this:
https://cdnjs.cloudflar…
-
Thanks for the package...
It works great in its own .splunk file, but I can't figure out how to get it working inside a markdown code block.
Check out the example .splunk and .markdown files at http…
Balfa updated
3 years ago