Coder Social home page Coder Social logo

Support of `required` keyword about docson HOT 2 OPEN

lbovet avatar lbovet commented on July 21, 2024 3
Support of `required` keyword

from docson.

Comments (2)

cwalther avatar cwalther commented on July 21, 2024

Unless Iโ€™m misunderstanding the request, this is already supported (and has been for a long time). Maybe the bold font used for it is not noticeable enough? One version I have lying around here adds an asterisk, but I canโ€™t find that in any Git revision, so maybe I added it myself?

diff --git a/public/css/docson.css b/public/css/docson.css
index e315b22..803566a 100644
--- a/public/css/docson.css
+++ b/public/css/docson.css
@@ -181,8 +181,13 @@
 .docson .required {
     font-weight: bold;
 }
 
+.docson .required:after {
+	content: " *";
+	color: #880000;
+}
+
 .docson .type-keyword {
     font-size: 80%;
     color: dimgray;
 }

from docson.

cwalther avatar cwalther commented on July 21, 2024

Oh, and, probably a duplicate of #30.

from docson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.