summaryrefslogtreecommitdiff
path: root/emacstips.mdwn
diff options
context:
space:
mode:
authorKonrad Scorciapino <konrad@scorciapino.com>2011-03-23 16:25:44 -0300
committerKonrad Scorciapino <konrad@scorciapino.com>2011-03-23 16:25:44 -0300
commit8a5cd7bd9456fa5caf243e50ca288c95371bd573 (patch)
treebe0402a549b1ddd524a7dea216db835aa58a8623 /emacstips.mdwn
parente37567f20588e4075b06efd8e29d29f70338ad8c (diff)
i didnso tafound out that html tags are not quoted
Diffstat (limited to 'emacstips.mdwn')
-rw-r--r--emacstips.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn
index c7e7be4..0fcb1c8 100644
--- a/emacstips.mdwn
+++ b/emacstips.mdwn
@@ -180,7 +180,7 @@ controlled by the `mm-text-html-renderer` variable.
The first option is theorically better, because it can generate
strings formatted for emacs and do whatever you want, e.g., substitute
-text inside <b> tags for bold text in the buffer. The library, however
+text inside &lt;b&gt; tags for bold text in the buffer. The library, however
is still in a very early development phase and cannot yet process
properly many elements, like tables and <style> directives, and even
the generated text is often poorly formatted.