[Haskell-cafe] How should I view this file? It looks like literate Haskell but isn't that file type.
Jeffrey Brown
jeffbrown.the at gmail.com
Thu May 4 08:10:42 UTC 2017
I am looking at Text.Markdown. The Types.hs file[1] looks like it's got
comments that are meant to be viewed as some form other than plain text --
for instance,
, msAddHeadingId :: Bool
-- ^ If @True@, an @id@ attribute is added to the heading tag with
the value equal to
-- the text with only valid CSS identifier characters.
--
-- > ## Executive Summary
--
-- > <h2 id="executive-summary">Executive Summary</h2>
--
-- Default: @False@
--
-- Since 0.1.13
I thought it might be literate Haskell, but the file ends in .hs, not .lhs.
How should I view it? Preferably in Emacs?
[1] https://github.com/snoyberg/markdown/blob/master/Text/Markdown/Types.hs
--
Jeff Brown | Jeffrey Benjamin Brown
Website <https://msu.edu/~brown202/> | Facebook
<https://www.facebook.com/mejeff.younotjeff> | LinkedIn
<https://www.linkedin.com/in/jeffreybenjaminbrown>(spammy, so I often miss
messages here) | Github <https://github.com/jeffreybenjaminbrown>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170504/b9a1191e/attachment.html>
More information about the Haskell-Cafe
mailing list