Skip to Content.
Sympa Menu

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

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

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


Chronological Thread 
  • From: Abhishek Anand <abhishek.anand.iitg AT gmail.com>
  • To: coq-club <coq-club AT inria.fr>
  • Subject: [Coq-Club] coqdoc : escape # in escaped html
  • Date: Wed, 14 Oct 2015 19:31:33 -0400
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=abhishek.anand.iitg AT gmail.com; spf=Pass smtp.mailfrom=abhishek.anand.iitg AT gmail.com; spf=None smtp.helo=postmaster AT mail-yk0-f171.google.com
  • Ironport-phdr: 9a23:CCvJzBy63hOEnvDXCy+O+j09IxM/srCxBDY+r6Qd0e8eIJqq85mqBkHD//Il1AaPBtWHraIUwLOP+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuStKU35T8jrn60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGwD884mosVHSODxe7kyBehTCy1jOGQo7uXqswPCRE2B/C1PfH8Rl09hCQjE9xH3Xd/YtCL8uqIp0SOaPNb2QLNyUDKr6astSR70hw8IMjc49Cfcjckm3/ETmw6ouxEqm92cW4qSLvcrJq4=

I often want my coqdoc-generated HTML to link to specific parts of webpages.
The urls of such links contain #, e.g. :

https://hackage.haskell.org/package/base-4.8.1.0/docs/Control-Concurrent.html#v:threadDelay

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