Rishabh
Rishabh
I don’t think this is an issue because `abc.def@mail` matches the pattern of a valid email address. As another example, `root@localhost` is a perfectly valid email address. For more info,...
> `d807099` Split Exercise 3.4 into 3.4a and 3.4b. So it gives a visual cue to the learners that there are two steps to be completed. I, as a learner,...
> Looks like the property was created in PR #1258 as mentioned in this issue #1260 but it was never set up to load the value from `window.location`. Sounds like...
This is possible by using a custom renderer. See the [example_markdown_renderer](https://github.com/trulia/hologram/blob/master/example_markdown_renderer.rb.example) on how to customize the output. You also need to set the `custom_markdown` property to point to your custom...
@wilson-huynh-webjet @ffoodd Sorry for the delayed reply; didn't see the notification. In a theme that I created for Hologram, [voxel-hologram](https://github.com/rishabhsrao/voxel-hologram), I was able to wrap each code snippet and example...