Skip to content

Instantly share code, notes, and snippets.

View yfedoseev's full-sized avatar
🎯
Hit the target

Yury F. yfedoseev

🎯
Hit the target
View GitHub Profile
@yfedoseev
yfedoseev / output.html
Created January 10, 2026 02:54
pdf_oxide v0.2.4 - Fixed HTML output for Issue #11 (sample.pdf with formulas)
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PDF with Formulas</title>
<style>
body {
font-family: 'Times New Roman', serif;
max-width: 800px;
margin: 40px auto;