Search Results

4
votes
1answer
197 views

Convert syntax highlighted code to HTML in Emacs

In TextMate there is a feature called "Create HTML from Document", which converts displayed code including syntax coloring to HTML/CSS for easy online publishing. I wonder if there is such a featur …
0
votes

Regex to extract elements by class name

Trying to solve this kind of problem with regular expressions is a recipe for desaster. If you're working on the server, parse the snippet with a fault-tolerant html parser (ie. hpricot for ruby) a …