Skip to content
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

Broken multiple bolds w/ inline code #135

Closed
aseemk opened this issue May 20, 2012 · 0 comments · Fixed by #252
Closed

Broken multiple bolds w/ inline code #135

aseemk opened this issue May 20, 2012 · 0 comments · Fixed by #252
Assignees
Labels

Comments

@aseemk
Copy link

aseemk commented May 20, 2012

Entering this Markdown (into this textbox):

Open **`/etc/apache2/httpd.conf`** in your editor of choice, and
uncomment the **`LoadModule php5_module […]`** line (~111).

Incorrectly yields:

Open /etc/apache2/httpd.conf in your editor of choice, and
uncomment the LoadModule php5_module […] line (~111).

I can work around for now with HTML <b> tags:

Open <b>`/etc/apache2/httpd.conf`</b> in your editor of choice, and
uncomment the <b>`LoadModule php5_module […]`</b> line (~111).

Which properly yields:

Open /etc/apache2/httpd.conf in your editor of choice, and
uncomment the LoadModule php5_module […] line (~111).

Edit: this works fine when there's only one bold!

Open **`/etc/hosts`** and add the following:

Open /etc/hosts and add the following:

@ghost ghost assigned robin850 Apr 7, 2013
robin850 added a commit that referenced this issue May 26, 2013
When putting code span into simple or double emphasis, we've got an
unexpected output. This commit fix this problem simply removing an
ignore statement about back ticks in the find_emph_char function

Fix #135 and #190
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants