CONNECT-platform / codedoc

Create beautiful modern documentation websites.

Home Page:https://codedoc.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support F# style comments for code-snippet features

TysonMN opened this issue · comments

I originally asked for Error underline support in #49. This feature now exists for languages in which /*~*/ is a valid comment. That worked when I created #49 because I wanted to add error underlying for C#, and I am now using that feature in this post.

Now I want to use error underlying for F# in this post. Block comments in F# look like (*~*) instead of /*~*/.

Makes perfect sense. Fortunately F# uses the same single-line comment syntax as C, so the only feature that would need some adaptation would be the underlines (though I would double check that).

not deployed yet, will deploy via @codedoc/core@0.2.15

published via @codedoc/core@0.2.15

Works great. Thanks! :)