Skip to content

Commit ed067cd

Browse files
committed
fix: add missing highlights in some code snippets
1 parent b084053 commit ed067cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

fern/pages/02-speech-to-text/pre-recorded-audio/multichannel-transcription.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ while true
312312
end
313313
```
314314

315-
```php title="PHP" highlight={75} maxLines=15
315+
```php title="PHP" highlight={30} maxLines=15
316316
<?php
317317
$ch = curl_init();
318318
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

fern/pages/03-audio-intelligence/key-phrases.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class Program
354354

355355
Enable Key Phrases by setting `auto_highlights` to `true` in the JSON payload.
356356

357-
```ruby {23}
357+
```ruby {22}
358358
require 'net/http'
359359
require 'json'
360360

fern/pages/04-lemur/ask-questions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ end
928928
929929
<Tab language="php" title="PHP">
930930
931-
```php
931+
```php {42-64}
932932
<?php
933933
$base_url = "https://api.assemblyai.com";
934934
$headers = array(

fern/pages/04-lemur/summarize-audio.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ puts lemur_result["response"]
823823
824824
<Tab language="php" title="PHP">
825825
826-
```php
826+
```php {42-53}
827827
<?php
828828
$base_url = "https://api.assemblyai.com";
829829
$headers = array(

0 commit comments

Comments
 (0)