Fork me on GitHub

Project Notes

Line Continuations in HTML

CSS and Javascript solutions for indicating line continuations in web pages.

Notes

These solutions were developed thanks to a question on stackoverflow.

The example.html demonstrates three approaches:

  • Style #1: Line continuation characters at the beginning of the line
  • Style #2: Line continuation characters at the end of the line
  • Style #3: Using a modified syntaxhighlighter (js) library

example.png

Credits and References

About LCK#131 webHTMLCSSjavascript
Project Source on GitHub Return to the Project Catalog

This page is a web-friendly rendering of my project notes shared in the LittleCodingKata GitHub repository.

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.