Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] coqdoc : escape # in escaped html

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] coqdoc : escape # in escaped html


Chronological Thread 
  • From: Joey Dodds <jdodds AT princeton.edu>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] coqdoc : escape # in escaped html
  • Date: Wed, 14 Oct 2015 23:35:18 +0000
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jdodds AT princeton.edu; spf=Pass smtp.mailfrom=jdodds AT princeton.edu; spf=Pass smtp.helo=postmaster AT Princeton.EDU
  • Ironport-phdr: 9a23:Qp47xRPrm48ntlS8f8Yl6mtUPXoX/o7sNwtQ0KIMzox0KPn9rarrMEGX3/hxlliBBdydsKIYzbqG+Pm5EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35jxh7D5osSbSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6Lpyv/JHBO/xeL19RrhFBhwnNXo07Yvlr1OLGQCI/z4XVngcuhtOGQnMqh/gCMTfqCz/48h61TjSEcr6Qat8DTau6KtnUzfwkiYBPDMl92eRh8Bt2vEI6Cm9rgByltaHKLqeM+BzK/vQ

I remember this being poorly documented when I looked for it. I believe you can escape it with ##.

Joey


On Wed, Oct 14, 2015 at 4:32 PM Abhishek Anand <abhishek.anand.iitg AT gmail.com> wrote:
I often want my coqdoc-generated HTML to link to specific parts of webpages.
The urls of such links contain #, e.g. :


Unfortunately, coqdoc uses # to mark the start and end of escaped HTML.
Here is an example of a coqdoc-comment I wanted  to write in one of my .v files:

(**
The implementation is based on the 
function of Haskell, whose resolution is 1 microseconds.
*)

The result is not what I want because the #  in the middle prematurely terminates
the escaped HTML.


Thanks,



Archive powered by MHonArc 2.6.18.

Top of Page