-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
indicate verbatim text #115
Comments
On the library side, there's On the command-line tool side, there's nothing to specify a verbatim section. It wouldn't be too hard to add an option for omd to reduce the amount of |
For the raw blocks to work in code sections, I'll have to change some types. Code of string will probably have to become something more like Code of (string | raw) list... |
For Omd 1.0.0 I decided to let that So, I'm closing this issue. But feel free to reopen it if need be. |
Ok, thanks. I'll let you know if I have any concrete suggestion. |
Is there anyway to tell OMD to copy byte-for-byte some section? I'm getting to the conclusion that inserting auto-generated html into markdown is not viable.
Here's another example that is causing me problems:
The extra new line after the span is rendered as a space, depending on the style rules I use. (I blame html. The behavior might as well be random. If I underline the list item, the space isn't rendered. However, if I use a
:after
css selector to add a comma after the list item, then it is.)Rather than having OMD handle every idiosyncratic detail of whatever external language one might want to insert, maybe we should just have a way to denote a
raw
section.The text was updated successfully, but these errors were encountered: