├── .gitignore ├── Academia.css ├── Academic.css ├── Amelia.css ├── Avenue.css ├── Base16 ├── Base16 3024.css ├── Base16 Ashes.css ├── Base16 Atelier Dune.css ├── Base16 Atelier Forest.css ├── Base16 Atelier Heath.css ├── Base16 Atelier Lakeside.css ├── Base16 Atelier Seaside.css ├── Base16 Bespin.css ├── Base16 Brewer.css ├── Base16 Chalk.css ├── Base16 Codeschool.css ├── Base16 Default.css ├── Base16 Eighties.css ├── Base16 Embers.css ├── Base16 Flat.css ├── Base16 Google.css ├── Base16 Grayscale.css ├── Base16 Green Screen.css ├── Base16 Isotope.css ├── Base16 London Tube.css ├── Base16 Marrakesh.css ├── Base16 Mocha.css ├── Base16 Monokai.css ├── Base16 Ocean.css ├── Base16 Paraiso.css ├── Base16 Pop.css ├── Base16 Railscasts.css ├── Base16 Shapeshifter.css ├── Base16 Solarized.css ├── Base16 Tomorrow.css └── Base16 Twilight.css ├── Bear.css ├── Chicago Academic.css ├── Crim.css ├── Custom.css ├── Emma.css ├── FadingFast.css ├── Firates.css ├── Gregarious.css ├── Hardstock.css ├── Header.css ├── Highlighter.css ├── Image Reference Pane.css ├── Juridico.css ├── Kult.css ├── Monophile.css ├── Mouse.css ├── Palatino Memo.css ├── Pandoctor.css ├── Pesto.css ├── README.md ├── Resolute.css ├── Simplex.css ├── Swiss Mou.css ├── Symphonic.css ├── Teleprompter.css ├── Torpedo.css ├── Ulysses Freestraction Light.css ├── Vostock.css ├── Yeti.css ├── _config.yml ├── academic-cv.css ├── academic-review.css ├── amj-academic.css ├── brettterpstra-2023.css ├── brettterpstra.css ├── config.rb ├── default_styles ├── Fountain.css ├── Grump.css ├── Lopash.css ├── UpstandingCitizen.css ├── amblin.css ├── antique.css ├── github.css ├── ink.css ├── manuscript.css ├── modern.css └── swiss.css ├── generate_examples ├── basestyle.css ├── generate.rb ├── generate_url.cgi ├── images │ ├── add-to-marked-circle-hover.svg │ ├── add-to-marked-circle.svg │ ├── add-to-marked-hover.png │ ├── add-to-marked-hover.svg │ ├── add-to-marked-hover@2x.png │ ├── add-to-marked-m-hover.svg │ ├── add-to-marked-m.svg │ ├── add-to-marked.png │ ├── add-to-marked.svg │ ├── add-to-marked@2x.png │ ├── grid-hover.svg │ ├── grid.svg │ ├── inspect-hover.svg │ ├── inspect.svg │ ├── preview-circle-hover.svg │ ├── preview-circle.svg │ ├── preview-hover.svg │ ├── preview.svg │ └── spinner.svg ├── index.html ├── preview.html ├── preview_template.html ├── previews │ ├── Academia.png │ ├── Academic.png │ ├── Amelia.png │ ├── Avenue.png │ ├── Bear.png │ ├── ChicagoAcademic.png │ ├── Crim.png │ ├── Emma.png │ ├── FadingFast.png │ ├── Firates.png │ ├── Gregarious.png │ ├── Hardstock.png │ ├── Highlighter.png │ ├── ImageReferencePane.png │ ├── Juridico.png │ ├── Kult.png │ ├── Monophile.png │ ├── Mouse.png │ ├── PalatinoMemo.png │ ├── Pandoctor.png │ ├── Pesto.png │ ├── Resolute.png │ ├── Simplex.png │ ├── SwissMou.png │ ├── Symphonic.png │ ├── Teleprompter.png │ ├── Torpedo.png │ ├── UlyssesFreestractionLight.png │ ├── Vostock.png │ ├── Yeti.png │ ├── academic-cv.png │ ├── academic-review.png │ ├── amj-academic.png │ ├── brettterpstra-2023.jpg │ ├── brettterpstra-2023.png │ ├── brettterpstra.png │ └── github-updated.png ├── styles.html ├── styles │ ├── Academia.css │ ├── Academic.css │ ├── Amelia.css │ ├── Avenue.css │ ├── Bear.css │ ├── Blank Code Theme.css │ ├── Chicago Academic.css │ ├── Crim.css │ ├── Emma.css │ ├── FadingFast.css │ ├── Firates.css │ ├── GitHub.css │ ├── Gotham.css │ ├── Gregarious.css │ ├── Hardstock.css │ ├── Highlighter.css │ ├── Image Reference Pane.css │ ├── Juridico.css │ ├── Kult.css │ ├── Monophile.css │ ├── Mouse.css │ ├── Palatino Memo.css │ ├── Pandoctor.css │ ├── Pesto.css │ ├── Resolute.css │ ├── Simplex.css │ ├── Swiss Mou.css │ ├── Symphonic.css │ ├── Teleprompter.css │ ├── Torpedo.css │ ├── Ulysses Freestraction Light.css │ ├── Vostock.css │ ├── Yeti.css │ ├── academic-cv.css │ ├── academic-review.css │ ├── amj-academic.css │ ├── amj-chicago.css │ ├── brettterpstra-2023.css │ ├── brettterpstra.css │ └── github-updated.css └── template.html ├── github-updated.css ├── meeting-minutes-classic.css ├── meeting-minutes-modern.css ├── sass ├── Emma.scss ├── FadingFast.scss ├── Gregarious.scss ├── Hardstock.scss ├── Juridico.scss ├── Kult.scss ├── Monophile.scss ├── Mouse.scss ├── Pesto.scss ├── Simplex.scss ├── Symphonic.scss ├── Ulysses Freestraction Light.scss ├── Vostock.scss └── Yeti.scss ├── styles ├── Academia.css ├── Academic CV.css ├── Academic Review.css ├── Academic.css ├── Alton.css ├── Amelia.css ├── Avenue.css ├── Bargain Hunter.css ├── Bear.css ├── BrettTerpstra.com 2020.css ├── BrettTerpstra.com 2023.css ├── BrettTerpstra.com+2020.css ├── Bunch.css ├── Chicago Academic.css ├── Corky.css ├── Devo.Build.css ├── Emma.css ├── FadingFast.css ├── Firates.css ├── GitHub Updated.css ├── Google Dev.css ├── Gregarious.css ├── Hardstock.css ├── Just images.css ├── LEX.css ├── Marked Help.css ├── Medium.css ├── My+new+style.css ├── Resume.css ├── Simplex.css ├── Symphonic.css ├── Teleprompter 2.css ├── Teleprompter.css ├── Test Add.css ├── Torpedo.css ├── URL Test.css ├── Ulysses Freestraction Light.css ├── Vostock.css ├── Yeti.css ├── alistapart.css ├── brettterpstra-2023.css ├── brettterpstra.css ├── bunchapp.css ├── css-tricks.css ├── dev.css ├── developers.google.com.css ├── forbes.css ├── lifehacker.css ├── macstories-dark.css ├── macstories.css ├── macworld.css ├── marked2app.css ├── nvUltra.css ├── popularmechanics.css ├── stackoverflow.css ├── test1.css └── tidbits.css └── test_markup.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.map 2 | buildnotes.md 3 | -------------------------------------------------------------------------------- /Academia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Academia.css -------------------------------------------------------------------------------- /Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Academic.css -------------------------------------------------------------------------------- /Amelia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Amelia.css -------------------------------------------------------------------------------- /Avenue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Avenue.css -------------------------------------------------------------------------------- /Base16/Base16 3024.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 3024.css -------------------------------------------------------------------------------- /Base16/Base16 Ashes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Ashes.css -------------------------------------------------------------------------------- /Base16/Base16 Atelier Dune.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Atelier Dune.css -------------------------------------------------------------------------------- /Base16/Base16 Atelier Forest.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Atelier Forest.css -------------------------------------------------------------------------------- /Base16/Base16 Atelier Heath.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Atelier Heath.css -------------------------------------------------------------------------------- /Base16/Base16 Atelier Lakeside.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Atelier Lakeside.css -------------------------------------------------------------------------------- /Base16/Base16 Atelier Seaside.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Atelier Seaside.css -------------------------------------------------------------------------------- /Base16/Base16 Bespin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Bespin.css -------------------------------------------------------------------------------- /Base16/Base16 Brewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Brewer.css -------------------------------------------------------------------------------- /Base16/Base16 Chalk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Chalk.css -------------------------------------------------------------------------------- /Base16/Base16 Codeschool.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Codeschool.css -------------------------------------------------------------------------------- /Base16/Base16 Default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Default.css -------------------------------------------------------------------------------- /Base16/Base16 Eighties.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Eighties.css -------------------------------------------------------------------------------- /Base16/Base16 Embers.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Embers.css -------------------------------------------------------------------------------- /Base16/Base16 Flat.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Flat.css -------------------------------------------------------------------------------- /Base16/Base16 Google.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Google.css -------------------------------------------------------------------------------- /Base16/Base16 Grayscale.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Grayscale.css -------------------------------------------------------------------------------- /Base16/Base16 Green Screen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Green Screen.css -------------------------------------------------------------------------------- /Base16/Base16 Isotope.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Isotope.css -------------------------------------------------------------------------------- /Base16/Base16 London Tube.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 London Tube.css -------------------------------------------------------------------------------- /Base16/Base16 Marrakesh.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Marrakesh.css -------------------------------------------------------------------------------- /Base16/Base16 Mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Mocha.css -------------------------------------------------------------------------------- /Base16/Base16 Monokai.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Monokai.css -------------------------------------------------------------------------------- /Base16/Base16 Ocean.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Ocean.css -------------------------------------------------------------------------------- /Base16/Base16 Paraiso.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Paraiso.css -------------------------------------------------------------------------------- /Base16/Base16 Pop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Pop.css -------------------------------------------------------------------------------- /Base16/Base16 Railscasts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Railscasts.css -------------------------------------------------------------------------------- /Base16/Base16 Shapeshifter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Shapeshifter.css -------------------------------------------------------------------------------- /Base16/Base16 Solarized.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Solarized.css -------------------------------------------------------------------------------- /Base16/Base16 Tomorrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Tomorrow.css -------------------------------------------------------------------------------- /Base16/Base16 Twilight.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Base16/Base16 Twilight.css -------------------------------------------------------------------------------- /Bear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Bear.css -------------------------------------------------------------------------------- /Chicago Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Chicago Academic.css -------------------------------------------------------------------------------- /Crim.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Crim.css -------------------------------------------------------------------------------- /Custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Custom.css -------------------------------------------------------------------------------- /Emma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Emma.css -------------------------------------------------------------------------------- /FadingFast.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/FadingFast.css -------------------------------------------------------------------------------- /Firates.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Firates.css -------------------------------------------------------------------------------- /Gregarious.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Gregarious.css -------------------------------------------------------------------------------- /Hardstock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Hardstock.css -------------------------------------------------------------------------------- /Header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Header.css -------------------------------------------------------------------------------- /Highlighter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Highlighter.css -------------------------------------------------------------------------------- /Image Reference Pane.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Image Reference Pane.css -------------------------------------------------------------------------------- /Juridico.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Juridico.css -------------------------------------------------------------------------------- /Kult.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Kult.css -------------------------------------------------------------------------------- /Monophile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Monophile.css -------------------------------------------------------------------------------- /Mouse.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Mouse.css -------------------------------------------------------------------------------- /Palatino Memo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Palatino Memo.css -------------------------------------------------------------------------------- /Pandoctor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Pandoctor.css -------------------------------------------------------------------------------- /Pesto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Pesto.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/README.md -------------------------------------------------------------------------------- /Resolute.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Resolute.css -------------------------------------------------------------------------------- /Simplex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Simplex.css -------------------------------------------------------------------------------- /Swiss Mou.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Swiss Mou.css -------------------------------------------------------------------------------- /Symphonic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Symphonic.css -------------------------------------------------------------------------------- /Teleprompter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Teleprompter.css -------------------------------------------------------------------------------- /Torpedo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Torpedo.css -------------------------------------------------------------------------------- /Ulysses Freestraction Light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Ulysses Freestraction Light.css -------------------------------------------------------------------------------- /Vostock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Vostock.css -------------------------------------------------------------------------------- /Yeti.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/Yeti.css -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/_config.yml -------------------------------------------------------------------------------- /academic-cv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/academic-cv.css -------------------------------------------------------------------------------- /academic-review.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/academic-review.css -------------------------------------------------------------------------------- /amj-academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/amj-academic.css -------------------------------------------------------------------------------- /brettterpstra-2023.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/brettterpstra-2023.css -------------------------------------------------------------------------------- /brettterpstra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/brettterpstra.css -------------------------------------------------------------------------------- /config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/config.rb -------------------------------------------------------------------------------- /default_styles/Fountain.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/Fountain.css -------------------------------------------------------------------------------- /default_styles/Grump.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/Grump.css -------------------------------------------------------------------------------- /default_styles/Lopash.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/Lopash.css -------------------------------------------------------------------------------- /default_styles/UpstandingCitizen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/UpstandingCitizen.css -------------------------------------------------------------------------------- /default_styles/amblin.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/amblin.css -------------------------------------------------------------------------------- /default_styles/antique.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/antique.css -------------------------------------------------------------------------------- /default_styles/github.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/github.css -------------------------------------------------------------------------------- /default_styles/ink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/ink.css -------------------------------------------------------------------------------- /default_styles/manuscript.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/manuscript.css -------------------------------------------------------------------------------- /default_styles/modern.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/modern.css -------------------------------------------------------------------------------- /default_styles/swiss.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/default_styles/swiss.css -------------------------------------------------------------------------------- /generate_examples/basestyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/basestyle.css -------------------------------------------------------------------------------- /generate_examples/generate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/generate.rb -------------------------------------------------------------------------------- /generate_examples/generate_url.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/generate_url.cgi -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-circle-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-circle-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-circle.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-hover.png -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-hover@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-hover@2x.png -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-m-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-m-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked-m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked-m.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked.png -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked.svg -------------------------------------------------------------------------------- /generate_examples/images/add-to-marked@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/add-to-marked@2x.png -------------------------------------------------------------------------------- /generate_examples/images/grid-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/grid-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/grid.svg -------------------------------------------------------------------------------- /generate_examples/images/inspect-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/inspect-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/inspect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/inspect.svg -------------------------------------------------------------------------------- /generate_examples/images/preview-circle-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/preview-circle-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/preview-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/preview-circle.svg -------------------------------------------------------------------------------- /generate_examples/images/preview-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/preview-hover.svg -------------------------------------------------------------------------------- /generate_examples/images/preview.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/preview.svg -------------------------------------------------------------------------------- /generate_examples/images/spinner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/images/spinner.svg -------------------------------------------------------------------------------- /generate_examples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/index.html -------------------------------------------------------------------------------- /generate_examples/preview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/preview.html -------------------------------------------------------------------------------- /generate_examples/preview_template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/preview_template.html -------------------------------------------------------------------------------- /generate_examples/previews/Academia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Academia.png -------------------------------------------------------------------------------- /generate_examples/previews/Academic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Academic.png -------------------------------------------------------------------------------- /generate_examples/previews/Amelia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Amelia.png -------------------------------------------------------------------------------- /generate_examples/previews/Avenue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Avenue.png -------------------------------------------------------------------------------- /generate_examples/previews/Bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Bear.png -------------------------------------------------------------------------------- /generate_examples/previews/ChicagoAcademic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/ChicagoAcademic.png -------------------------------------------------------------------------------- /generate_examples/previews/Crim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Crim.png -------------------------------------------------------------------------------- /generate_examples/previews/Emma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Emma.png -------------------------------------------------------------------------------- /generate_examples/previews/FadingFast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/FadingFast.png -------------------------------------------------------------------------------- /generate_examples/previews/Firates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Firates.png -------------------------------------------------------------------------------- /generate_examples/previews/Gregarious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Gregarious.png -------------------------------------------------------------------------------- /generate_examples/previews/Hardstock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Hardstock.png -------------------------------------------------------------------------------- /generate_examples/previews/Highlighter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Highlighter.png -------------------------------------------------------------------------------- /generate_examples/previews/ImageReferencePane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/ImageReferencePane.png -------------------------------------------------------------------------------- /generate_examples/previews/Juridico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Juridico.png -------------------------------------------------------------------------------- /generate_examples/previews/Kult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Kult.png -------------------------------------------------------------------------------- /generate_examples/previews/Monophile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Monophile.png -------------------------------------------------------------------------------- /generate_examples/previews/Mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Mouse.png -------------------------------------------------------------------------------- /generate_examples/previews/PalatinoMemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/PalatinoMemo.png -------------------------------------------------------------------------------- /generate_examples/previews/Pandoctor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Pandoctor.png -------------------------------------------------------------------------------- /generate_examples/previews/Pesto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Pesto.png -------------------------------------------------------------------------------- /generate_examples/previews/Resolute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Resolute.png -------------------------------------------------------------------------------- /generate_examples/previews/Simplex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Simplex.png -------------------------------------------------------------------------------- /generate_examples/previews/SwissMou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/SwissMou.png -------------------------------------------------------------------------------- /generate_examples/previews/Symphonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Symphonic.png -------------------------------------------------------------------------------- /generate_examples/previews/Teleprompter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Teleprompter.png -------------------------------------------------------------------------------- /generate_examples/previews/Torpedo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Torpedo.png -------------------------------------------------------------------------------- /generate_examples/previews/UlyssesFreestractionLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/UlyssesFreestractionLight.png -------------------------------------------------------------------------------- /generate_examples/previews/Vostock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Vostock.png -------------------------------------------------------------------------------- /generate_examples/previews/Yeti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/Yeti.png -------------------------------------------------------------------------------- /generate_examples/previews/academic-cv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/academic-cv.png -------------------------------------------------------------------------------- /generate_examples/previews/academic-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/academic-review.png -------------------------------------------------------------------------------- /generate_examples/previews/amj-academic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/amj-academic.png -------------------------------------------------------------------------------- /generate_examples/previews/brettterpstra-2023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/brettterpstra-2023.jpg -------------------------------------------------------------------------------- /generate_examples/previews/brettterpstra-2023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/brettterpstra-2023.png -------------------------------------------------------------------------------- /generate_examples/previews/brettterpstra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/brettterpstra.png -------------------------------------------------------------------------------- /generate_examples/previews/github-updated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/previews/github-updated.png -------------------------------------------------------------------------------- /generate_examples/styles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles.html -------------------------------------------------------------------------------- /generate_examples/styles/Academia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Academia.css -------------------------------------------------------------------------------- /generate_examples/styles/Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Academic.css -------------------------------------------------------------------------------- /generate_examples/styles/Amelia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Amelia.css -------------------------------------------------------------------------------- /generate_examples/styles/Avenue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Avenue.css -------------------------------------------------------------------------------- /generate_examples/styles/Bear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Bear.css -------------------------------------------------------------------------------- /generate_examples/styles/Blank Code Theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Blank Code Theme.css -------------------------------------------------------------------------------- /generate_examples/styles/Chicago Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Chicago Academic.css -------------------------------------------------------------------------------- /generate_examples/styles/Crim.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Crim.css -------------------------------------------------------------------------------- /generate_examples/styles/Emma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Emma.css -------------------------------------------------------------------------------- /generate_examples/styles/FadingFast.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/FadingFast.css -------------------------------------------------------------------------------- /generate_examples/styles/Firates.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Firates.css -------------------------------------------------------------------------------- /generate_examples/styles/GitHub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/GitHub.css -------------------------------------------------------------------------------- /generate_examples/styles/Gotham.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Gotham.css -------------------------------------------------------------------------------- /generate_examples/styles/Gregarious.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Gregarious.css -------------------------------------------------------------------------------- /generate_examples/styles/Hardstock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Hardstock.css -------------------------------------------------------------------------------- /generate_examples/styles/Highlighter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Highlighter.css -------------------------------------------------------------------------------- /generate_examples/styles/Image Reference Pane.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Image Reference Pane.css -------------------------------------------------------------------------------- /generate_examples/styles/Juridico.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Juridico.css -------------------------------------------------------------------------------- /generate_examples/styles/Kult.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Kult.css -------------------------------------------------------------------------------- /generate_examples/styles/Monophile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Monophile.css -------------------------------------------------------------------------------- /generate_examples/styles/Mouse.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Mouse.css -------------------------------------------------------------------------------- /generate_examples/styles/Palatino Memo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Palatino Memo.css -------------------------------------------------------------------------------- /generate_examples/styles/Pandoctor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Pandoctor.css -------------------------------------------------------------------------------- /generate_examples/styles/Pesto.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Pesto.css -------------------------------------------------------------------------------- /generate_examples/styles/Resolute.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Resolute.css -------------------------------------------------------------------------------- /generate_examples/styles/Simplex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Simplex.css -------------------------------------------------------------------------------- /generate_examples/styles/Swiss Mou.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Swiss Mou.css -------------------------------------------------------------------------------- /generate_examples/styles/Symphonic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Symphonic.css -------------------------------------------------------------------------------- /generate_examples/styles/Teleprompter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Teleprompter.css -------------------------------------------------------------------------------- /generate_examples/styles/Torpedo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Torpedo.css -------------------------------------------------------------------------------- /generate_examples/styles/Ulysses Freestraction Light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Ulysses Freestraction Light.css -------------------------------------------------------------------------------- /generate_examples/styles/Vostock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Vostock.css -------------------------------------------------------------------------------- /generate_examples/styles/Yeti.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/Yeti.css -------------------------------------------------------------------------------- /generate_examples/styles/academic-cv.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/academic-cv.css -------------------------------------------------------------------------------- /generate_examples/styles/academic-review.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/academic-review.css -------------------------------------------------------------------------------- /generate_examples/styles/amj-academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/amj-academic.css -------------------------------------------------------------------------------- /generate_examples/styles/amj-chicago.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/amj-chicago.css -------------------------------------------------------------------------------- /generate_examples/styles/brettterpstra-2023.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/brettterpstra-2023.css -------------------------------------------------------------------------------- /generate_examples/styles/brettterpstra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/brettterpstra.css -------------------------------------------------------------------------------- /generate_examples/styles/github-updated.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/styles/github-updated.css -------------------------------------------------------------------------------- /generate_examples/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/generate_examples/template.html -------------------------------------------------------------------------------- /github-updated.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/github-updated.css -------------------------------------------------------------------------------- /meeting-minutes-classic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/meeting-minutes-classic.css -------------------------------------------------------------------------------- /meeting-minutes-modern.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/meeting-minutes-modern.css -------------------------------------------------------------------------------- /sass/Emma.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Emma.scss -------------------------------------------------------------------------------- /sass/FadingFast.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/FadingFast.scss -------------------------------------------------------------------------------- /sass/Gregarious.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Gregarious.scss -------------------------------------------------------------------------------- /sass/Hardstock.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Hardstock.scss -------------------------------------------------------------------------------- /sass/Juridico.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Juridico.scss -------------------------------------------------------------------------------- /sass/Kult.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Kult.scss -------------------------------------------------------------------------------- /sass/Monophile.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Monophile.scss -------------------------------------------------------------------------------- /sass/Mouse.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Mouse.scss -------------------------------------------------------------------------------- /sass/Pesto.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Pesto.scss -------------------------------------------------------------------------------- /sass/Simplex.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Simplex.scss -------------------------------------------------------------------------------- /sass/Symphonic.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Symphonic.scss -------------------------------------------------------------------------------- /sass/Ulysses Freestraction Light.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Ulysses Freestraction Light.scss -------------------------------------------------------------------------------- /sass/Vostock.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Vostock.scss -------------------------------------------------------------------------------- /sass/Yeti.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/sass/Yeti.scss -------------------------------------------------------------------------------- /styles/Academia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Academia.css -------------------------------------------------------------------------------- /styles/Academic CV.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Academic CV.css -------------------------------------------------------------------------------- /styles/Academic Review.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Academic Review.css -------------------------------------------------------------------------------- /styles/Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Academic.css -------------------------------------------------------------------------------- /styles/Alton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Alton.css -------------------------------------------------------------------------------- /styles/Amelia.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Amelia.css -------------------------------------------------------------------------------- /styles/Avenue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Avenue.css -------------------------------------------------------------------------------- /styles/Bargain Hunter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Bargain Hunter.css -------------------------------------------------------------------------------- /styles/Bear.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Bear.css -------------------------------------------------------------------------------- /styles/BrettTerpstra.com 2020.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/BrettTerpstra.com 2020.css -------------------------------------------------------------------------------- /styles/BrettTerpstra.com 2023.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/BrettTerpstra.com 2023.css -------------------------------------------------------------------------------- /styles/BrettTerpstra.com+2020.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/BrettTerpstra.com+2020.css -------------------------------------------------------------------------------- /styles/Bunch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Bunch.css -------------------------------------------------------------------------------- /styles/Chicago Academic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Chicago Academic.css -------------------------------------------------------------------------------- /styles/Corky.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Corky.css -------------------------------------------------------------------------------- /styles/Devo.Build.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Devo.Build.css -------------------------------------------------------------------------------- /styles/Emma.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Emma.css -------------------------------------------------------------------------------- /styles/FadingFast.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/FadingFast.css -------------------------------------------------------------------------------- /styles/Firates.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Firates.css -------------------------------------------------------------------------------- /styles/GitHub Updated.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/GitHub Updated.css -------------------------------------------------------------------------------- /styles/Google Dev.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Google Dev.css -------------------------------------------------------------------------------- /styles/Gregarious.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Gregarious.css -------------------------------------------------------------------------------- /styles/Hardstock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Hardstock.css -------------------------------------------------------------------------------- /styles/Just images.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Just images.css -------------------------------------------------------------------------------- /styles/LEX.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/LEX.css -------------------------------------------------------------------------------- /styles/Marked Help.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Marked Help.css -------------------------------------------------------------------------------- /styles/Medium.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Medium.css -------------------------------------------------------------------------------- /styles/My+new+style.css: -------------------------------------------------------------------------------- 1 | body{background:#000} -------------------------------------------------------------------------------- /styles/Resume.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Resume.css -------------------------------------------------------------------------------- /styles/Simplex.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Simplex.css -------------------------------------------------------------------------------- /styles/Symphonic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Symphonic.css -------------------------------------------------------------------------------- /styles/Teleprompter 2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Teleprompter 2.css -------------------------------------------------------------------------------- /styles/Teleprompter.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Teleprompter.css -------------------------------------------------------------------------------- /styles/Test Add.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Test Add.css -------------------------------------------------------------------------------- /styles/Torpedo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Torpedo.css -------------------------------------------------------------------------------- /styles/URL Test.css: -------------------------------------------------------------------------------- 1 | body{background:#000} -------------------------------------------------------------------------------- /styles/Ulysses Freestraction Light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Ulysses Freestraction Light.css -------------------------------------------------------------------------------- /styles/Vostock.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Vostock.css -------------------------------------------------------------------------------- /styles/Yeti.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/Yeti.css -------------------------------------------------------------------------------- /styles/alistapart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/alistapart.css -------------------------------------------------------------------------------- /styles/brettterpstra-2023.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/brettterpstra-2023.css -------------------------------------------------------------------------------- /styles/brettterpstra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/brettterpstra.css -------------------------------------------------------------------------------- /styles/bunchapp.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/bunchapp.css -------------------------------------------------------------------------------- /styles/css-tricks.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/css-tricks.css -------------------------------------------------------------------------------- /styles/dev.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/dev.css -------------------------------------------------------------------------------- /styles/developers.google.com.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/developers.google.com.css -------------------------------------------------------------------------------- /styles/forbes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/forbes.css -------------------------------------------------------------------------------- /styles/lifehacker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/lifehacker.css -------------------------------------------------------------------------------- /styles/macstories-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/macstories-dark.css -------------------------------------------------------------------------------- /styles/macstories.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/macstories.css -------------------------------------------------------------------------------- /styles/macworld.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/macworld.css -------------------------------------------------------------------------------- /styles/marked2app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/marked2app.css -------------------------------------------------------------------------------- /styles/nvUltra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/nvUltra.css -------------------------------------------------------------------------------- /styles/popularmechanics.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/popularmechanics.css -------------------------------------------------------------------------------- /styles/stackoverflow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/stackoverflow.css -------------------------------------------------------------------------------- /styles/test1.css: -------------------------------------------------------------------------------- 1 | body{background:blue} -------------------------------------------------------------------------------- /styles/tidbits.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/styles/tidbits.css -------------------------------------------------------------------------------- /test_markup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/MarkedCustomStyles/HEAD/test_markup.md --------------------------------------------------------------------------------