Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Best way to format output #70

Open
ReedCopsey opened this issue May 20, 2016 · 3 comments
Open

Best way to format output #70

ReedCopsey opened this issue May 20, 2016 · 3 comments
Labels
Milestone

Comments

@ReedCopsey
Copy link
Contributor

In my last PR, I moved a lot of "output" results into code blocks (which matched some portions of the code), but the formatter highlights them.

Is there a way to force it to not syntax highlight? My understanding, from every markdown tutorial, is that using triple back ticks without a language won't format, but that's not the case. For example, see the output here: https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/arrays-%5Bfsharp%5D#searching-arrays

Note that "is" and "and" are getting highlighted blue.

Is there a language tag that will kill all highlighting?

@smoothdeveloper
Copy link
Contributor

@ReedCopsey, I'd suggest we use explicit languages everywhere as if it was github (we need the list, and it would be great if it was compatible with github flavor until we get our own "run live docs locally").

This will be easier to correct later if that's not the correct approach, and it seems the most effective.

In my changes, I assumed fsharp would be default but I'd actually prefer to be explicit everywhere (and to have a triple backtick key on my keyboard).

@ReedCopsey
Copy link
Contributor Author

ReedCopsey commented May 20, 2016 via email

@smoothdeveloper
Copy link
Contributor

I'd actually like to do "output" or something... could be useful later for
styling if it's ignored now.

If anything on same line and sticked to the trip backquotes could be ignored until it settles, it would be good, great suggestion!

@dend dend added the bug label Jun 1, 2016
@dend dend added this to the AUG-2016 milestone Jun 1, 2016
@dend dend self-assigned this Jun 1, 2016
@dend dend removed their assignment May 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants