You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,5 @@
1
1
# Torchlight Client for Ibis
2
2
3
-
4
-
🚨 This package is currently waiting on [a PR to be merged](https://github.com/themsaid/ibis/pull/40) for Ibis. 🚨
5
-
6
-
It won't work until then.
7
-
8
-
----
9
-
10
3
A [Torchlight](https://torchlight.dev) syntax highlighting extension for the ebook builder [Ibis](https://github.com/themsaid/ibis).
11
4
12
5
Torchlight is a VS Code-compatible syntax highlighter that requires no JavaScript, supports every language, every VS Code theme, line highlighting, git diffing, and more.
@@ -24,18 +17,25 @@ If you haven't already, Composer will ask you to create a `composer.json` file i
24
17
In your `ibis.php` file, add the following to your configuration:
25
18
26
19
```php
27
-
'configure_commonmark' => function ($environment) {
0 commit comments