mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
f664420628
commit
54d6643a1f
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
function parseTranscript() {
|
||||
const markers = [];
|
||||
// Find the Commentary heading
|
||||
const transcriptHeading = Array.from(document.querySelectorAll('h1')).find(el => el.textContent.trim() === 'Commentary');
|
||||
const transcriptHeading = Array.from(document.querySelectorAll('h2')).find(el => el.textContent.trim() === 'Commentary');
|
||||
|
||||
if (transcriptHeading) {
|
||||
// Get all list items after the transcript heading
|
||||
|
|
|
@ -33,7 +33,7 @@ layout: minimal
|
|||
</div>
|
||||
</div>
|
||||
|
||||
# Transcript
|
||||
## Commentary
|
||||
|
||||
- 0:01 We're going to add a ton of new languages to aider via tree-sitter-language-pack.
|
||||
- 0:10 First, lets try and find which languages it supports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue