Skip to content

Commit 095ed43

Browse files
committed
update for site
1 parent ab414b5 commit 095ed43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-site.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,15 +553,15 @@ function buildQuickAnswers(summary) {
553553
return [
554554
{
555555
question: "What is TPS?",
556-
answer: `${summary} TPS keeps authoring human-readable while giving teleprompter software structured cues for timing, pacing, emotion, and styling.`
556+
answer: "TPS (TelePrompterScript) is a markdown-based file format for teleprompter scripts with built-in timing, pacing, emotional cues, and delivery instructions."
557557
},
558558
{
559559
question: "Who is TPS for?",
560560
answer: "TPS is designed for script authors, teleprompter app developers, and production teams that need readable source files with structured playback guidance."
561561
},
562562
{
563563
question: "What makes TPS different?",
564-
answer: "Unlike plain markdown, SubRip, or WebVTT, TPS is built for teleprompter delivery: it adds hierarchical segments, inline pacing markers, emotion tags, edit points, and profile-aware rendering rules."
564+
answer: "Unlike plain markdown, SubRip, or WebVTT, TPS is purpose-built for teleprompter delivery with hierarchical segments, pacing markers, emotion tags, and edit points."
565565
}
566566
];
567567
}

website/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ pre code {
431431

432432
/* Tables */
433433
.markdown-body table {
434-
display: block; width: 100%; overflow-x: auto;
434+
display: table; width: 100%; overflow-x: auto;
435435
border-collapse: separate; border-spacing: 0;
436436
border: 1px solid #d5cfc4; border-radius: var(--radius-lg);
437437
background: var(--bg-card);

0 commit comments

Comments
 (0)