Jerome Simeon
Jerome Simeon
There is no way to preserve whitespace in markdown.
> I have been thinking about the GSoC project for DMN, and if this is somehow related. > > For example, a DMN Decision Table in CiceroMark. > > We...
@mttrbrts We could probably investigate that direction. A few questions. 1. Where are the variables in that table above. Can I assume the column names would always be the variables?...
> Typically with decision tables, they operate like functions with the input context being all of the input columns, and they produce the output in the output columns. In Cicero,...
> Yes, I think that all of those 3 points are correct One more question: in DMN can there be more than one output column?
This issue should be discussed and addressed in the markdown-transform project, which powers the draft and parse commands (or generally any markdown-related processing). I'm transferring this issue there.
> # Feature Request 🛍️ > Markdown natively doesn't support underline so we need to figure out a different way to include and implement this feature. > > This issue...
> A good one to get legal input on at a WG call perhaps? yes I like that! I'll schedule.
Maybe useful to not schedule it in isolation, but in a session where people express preferences so we can prioritise. Along the lines of: > Which of those commonmark extensions...
Notes on underline: - From a pure markdown perspective people often use `this will be underlined` directly within the markdown. This most often generate the corresponding `` tags in HTML....