mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24: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() {
|
function parseTranscript() {
|
||||||
const markers = [];
|
const markers = [];
|
||||||
// Find the Commentary heading
|
// 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) {
|
if (transcriptHeading) {
|
||||||
// Get all list items after the transcript heading
|
// Get all list items after the transcript heading
|
||||||
|
|
|
@ -33,7 +33,7 @@ layout: minimal
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# Transcript
|
## Commentary
|
||||||
|
|
||||||
- 0:01 We're going to add a ton of new languages to aider via tree-sitter-language-pack.
|
- 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.
|
- 0:10 First, lets try and find which languages it supports.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue