Open joheredi opened 4 years ago
Allow a flag to disable Line Wrapping or Allow setting a custom line width value
This would apply to all content in the package right? How would a user make the decision to enable this flag? Will they need to review all of their generated docs to see what is broken and then opt-in?
Can we make this a default behavior and apply it to only when we see special content like tables? Also, am guessing this affects other languages too right?
I guess what I am saying is that I vote for Option 2 which is to make line wrapping smarter and to check with other languages as to how they are solving this
cc @sarangan12
@ramya-rao-a I agree!
For example the table in this docsite: https://docs.microsoft.com/en-us/javascript/api/@azure/cognitiveservices-face/largefacelistoperations?view=azure-node-latest#addFaceFromStream_string__msRest_HttpRequestBody__Models_LargeFaceListAddFaceFromStreamOptionalParams_
Is broken because the MD table definition gets broken down into multiple lines which breaks MD.
Broken JSDoc:
Expected
We have a few options