fix: resolve markdown lint and yarn lockfile sync

- MD047: ensure single trailing newline on all remotion rule files
- MD012: remove consecutive blank lines in lottie, measuring-dom-nodes, trimming
- MD034: wrap bare URLs in angle brackets (tailwind, transcribe-captions)
- yarn.lock: regenerated to sync with npm audit changes in package.json
This commit is contained in:
Affaan Mustafa
2026-03-31 10:49:13 -07:00
parent 4723701a1a
commit a40131e147
6 changed files with 1957 additions and 1527 deletions

View File

@@ -65,4 +65,3 @@ Lottie supports the `style` prop to allow styles and animations:
```tsx
return <Lottie animationData={animationData} style={{width: 400, height: 400}} />;
```

View File

@@ -32,4 +32,3 @@ export const MyComponent = () => {
return <div ref={ref}>Content to measure</div>;
};
```

View File

@@ -8,4 +8,4 @@ You can and should use TailwindCSS in Remotion, if TailwindCSS is installed in t
Don't use `transition-*` or `animate-*` classes - always animate using the `useCurrentFrame()` hook.
Tailwind must be installed and enabled first in a Remotion project - fetch https://www.remotion.dev/docs/tailwind using WebFetch for instructions.
Tailwind must be installed and enabled first in a Remotion project - fetch <https://www.remotion.dev/docs/tailwind> using WebFetch for instructions.

View File

@@ -10,10 +10,10 @@ metadata:
Remotion provides several built-in options for transcribing audio to generate captions:
- `@remotion/install-whisper-cpp` - Transcribe locally on a server using Whisper.cpp. Fast and free, but requires server infrastructure.
https://remotion.dev/docs/install-whisper-cpp
<https://remotion.dev/docs/install-whisper-cpp>
- `@remotion/whisper-web` - Transcribe in the browser using WebAssembly. No server needed and free, but slower due to WASM overhead.
https://remotion.dev/docs/whisper-web
<https://remotion.dev/docs/whisper-web>
- `@remotion/openai-whisper` - Use OpenAI Whisper API for cloud-based transcription. Fast and no server needed, but requires payment.
https://remotion.dev/docs/openai-whisper/openai-whisper-api-to-captions
<https://remotion.dev/docs/openai-whisper/openai-whisper-api-to-captions>

View File

@@ -50,4 +50,3 @@ Nest sequences to both trim the beginning and delay when it appears:
```
The inner sequence trims 15 frames from the start, and the outer sequence delays the result by 30 frames.

3473
yarn.lock

File diff suppressed because it is too large Load Diff